License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.openimaj |
ArtifactId | ArtifactIdJTransforms |
Last Version | Last Version1.3.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJTransforms
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
JTransforms-1.3.10.pom | |
JTransforms-1.3.10.jar | 782 KB |
JTransforms-1.3.10-sources.jar | 219 KB |
JTransforms-1.3.10-javadoc.jar | 958 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openimaj/JTransforms/ -->
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>JTransforms</artifactId>
<version>1.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.openimaj/JTransforms/
implementation 'org.openimaj:JTransforms:1.3.10'
// https://jarcasting.com/artifacts/org.openimaj/JTransforms/
implementation ("org.openimaj:JTransforms:1.3.10")
'org.openimaj:JTransforms:jar:1.3.10'
<dependency org="org.openimaj" name="JTransforms" rev="1.3.10">
<artifact name="JTransforms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openimaj', module='JTransforms', version='1.3.10')
)
libraryDependencies += "org.openimaj" % "JTransforms" % "1.3.10"
[org.openimaj/JTransforms "1.3.10"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |