i

imagingbook-spectral

Library packages for spectral computations. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).
https://imagingbook.com
Files download
File Operation
imagingbook-spectral-7.1.0.jar download
imagingbook-spectral-7.1.0.pom download
imagingbook-spectral-7.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.imagingbook</groupId>
  <artifactId>imagingbook-spectral</artifactId>
  <version>7.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.imagingbook:imagingbook-spectral:7.1.0'
Gradle Kotlin
implementation("com.imagingbook:imagingbook-spectral:7.1.0")
Scala SBT
libraryDependencies += "com.imagingbook" % "imagingbook-spectral" % "7.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.imagingbook', module='imagingbook-spectral', version='7.1.0')
)
Apache Ivy
<dependency org="com.imagingbook" name="imagingbook-spectral" rev="7.1.0" />
Leiningen
[com.imagingbook/imagingbook-spectral "7.1.0"]
Apache Buildr
'com.imagingbook:imagingbook-spectral:jar:7.1.0'