MVN

org.openimaj : JTransforms

Maven & Gradle

Feb 09, 2020
4 usages

JTransforms · JTransforms is the first, open source, multithreaded FFT library written in pure Java. Currently, four types of transforms are available: Discrete Fourier Transform (DFT), Discrete Cosine Transform (DCT), Discrete Sine Transform (DST) and Discrete Hartley Transform (DHT). The code is derived from General Purpose FFT Package written by Takuya Ooura and from Java FFTPack written by Baoshe Zhang. This version has been modified to daemonize threads and stop any application using the library waiting after execution has finished, and is based on revision 29 of the svn version of the code from 2014-05-18.

<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>JTransforms</artifactId>
    <version>1.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openimaj : JTransforms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.10

All Versions

Choose a version of org.openimaj : JTransforms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
JTransforms-1.3.10
JTransforms-1.3.9
JTransforms-1.3.8
JTransforms-1.3.7
JTransforms-1.3.6
JTransforms-1.3.5
JTransforms-1.3.1
1.3
JTransforms-1.3

How to add a dependency to Maven

Add the following org.openimaj : JTransforms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openimaj</groupId>
    <artifactId>JTransforms</artifactId>
    <version>1.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openimaj : JTransforms gradle dependency to your build.gradle file:

implementation 'org.openimaj:JTransforms:1.3.10'

Gradle Kotlin DSL: Add the following org.openimaj : JTransforms gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openimaj:JTransforms:1.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openimaj : JTransforms sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openimaj" % "JTransforms" % "1.3.10"

Advertisement

Dependencies from Group

Feb 09, 2020
45 usages
Feb 09, 2020
34 usages
Feb 09, 2020
29 usages
Feb 09, 2020
29 usages
Feb 09, 2020
27 usages

Discover Dependencies

Nov 17, 2017
2 usages
5.3k stars
Nov 17, 2017
2 usages
5.3k stars
Nov 17, 2017
2 usages
5.3k stars
Jan 20, 2017
2 usages
5.3k stars
Nov 17, 2017
2 usages
5.3k stars
Jul 14, 2017
2 usages
5.3k stars
Nov 17, 2017
2 usages
5.3k stars