jar

com.imagingbook : imagingbook-spectral

Maven & Gradle

Jan 11, 2023
10 stars

com.imagingbook:imagingbook-spectral · Library packages for spectral computations. This code is part of the imagingbook software suite accompanying the image processing textbooks by W. Burger and M.J. Burge (Springer 2006-2022).

Table Of Contents

Latest Version

Download com.imagingbook : imagingbook-spectral JAR file - Latest Versions:

All Versions

Download com.imagingbook : imagingbook-spectral JAR file - All Versions:

Version Vulnerabilities Size Updated
7.1.x
7.0.x
6.0.x
5.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window imagingbook-spectral-7.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

imagingbook.spectral.dft

├─ imagingbook.spectral.dft.Dft1d.class - [JAR]

├─ imagingbook.spectral.dft.Dft1dDirect.class - [JAR]

├─ imagingbook.spectral.dft.Dft1dFast.class - [JAR]

├─ imagingbook.spectral.dft.Dft1dImp.class - [JAR]

├─ imagingbook.spectral.dft.Dft2d.class - [JAR]

├─ imagingbook.spectral.dft.Dft2dDirect.class - [JAR]

├─ imagingbook.spectral.dft.Dft2dFast.class - [JAR]

├─ imagingbook.spectral.dft.Dft2dImp.class - [JAR]

├─ imagingbook.spectral.dft.ScalingMode.class - [JAR]

├─ imagingbook.spectral.dft.package-info.class - [JAR]

imagingbook.spectral.dct

├─ imagingbook.spectral.dct.Dct1d.class - [JAR]

├─ imagingbook.spectral.dct.Dct1dDirect.class - [JAR]

├─ imagingbook.spectral.dct.Dct1dFast.class - [JAR]

├─ imagingbook.spectral.dct.Dct1dImp.class - [JAR]

├─ imagingbook.spectral.dct.Dct1dSlow.class - [JAR]

├─ imagingbook.spectral.dct.Dct2d.class - [JAR]

├─ imagingbook.spectral.dct.Dct2dDirect.class - [JAR]

├─ imagingbook.spectral.dct.Dct2dFast.class - [JAR]

├─ imagingbook.spectral.dct.Dct2dImp.class - [JAR]

├─ imagingbook.spectral.dct.package-info.class - [JAR]

imagingbook.spectral

├─ imagingbook.spectral.package-info.class - [JAR]

Advertisement