i

imagingkit-fourier

The ImagingKit-Fourier artifact provides classes for Fast Fourier Transformations (FFT) for the ImagingKit framework.
https://github.com/hageldave/ImagingKit
GNU GENERAL PUBLIC LICENSE, VERSION 2 (GPLv2)
David Haegele
Files download
File Operation
imagingkit-fourier-2.0.jar download
imagingkit-fourier-2.0.pom download
imagingkit-fourier-2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hageldave.imagingkit</groupId>
  <artifactId>imagingkit-fourier</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.hageldave.imagingkit:imagingkit-fourier:2.0'
Gradle Kotlin
implementation("com.github.hageldave.imagingkit:imagingkit-fourier:2.0")
Scala SBT
libraryDependencies += "com.github.hageldave.imagingkit" % "imagingkit-fourier" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hageldave.imagingkit', module='imagingkit-fourier', version='2.0')
)
Apache Ivy
<dependency org="com.github.hageldave.imagingkit" name="imagingkit-fourier" rev="2.0" />
Leiningen
[com.github.hageldave.imagingkit/imagingkit-fourier "2.0"]
Apache Buildr
'com.github.hageldave.imagingkit:imagingkit-fourier:jar:2.0'