Project Dependencies
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId |
ArtifactId |
Version |
Type |
License |
junit |
junit |
4.8.2 |
jar |
Common Public License Version 1.0 |
Project Transitive Dependencies
No transitive dependencies are required for this project.
Project Dependency Graph
Dependency Tree
- org.openimaj:JTransforms:jar:1.3.9
JTransforms |
Description: 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.
URL: https://sites.google.com/site/piotrwendykier/software/jtransforms
Project License: MPL 2.0 |
- junit:junit:jar:4.8.2 (test)
Licenses
MPL 2.0: JTransforms
Common Public License Version 1.0: JUnit