All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ok.imagingbook-spectral.7.1.0.source-code.module-info Maven / Gradle / Ivy

/**
 * Library code related to spectral image processing (Fourier
 * transforms etc.), separated from the main {@literal imagingbook} library to
 * minimize third-party dependencies.
 */
module imagingbook.spectral {
	exports imagingbook.spectral.dft;
	exports imagingbook.spectral.dct;

	requires JTransforms;
	requires imagingbook.common;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy