MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / inverseTransform

Method inverseTransform

ij/src/main/java/ij/process/FHT.java:74–76  ·  view source on GitHub ↗

Performs an inverse transform, converting this image into the space domain. The image contained in this FHT must be square and its width must be a power of 2.

()

Source from the content-addressed store, hash-verified

72 /** Performs an inverse transform, converting this image into the space domain.
73 The image contained in this FHT must be square and its width must be a power of 2. */
74 public void inverseTransform() {
75 transform(true);
76 }
77
78 public static int NO_WINDOW=0, HAMMING=1, HANN=2, FLATTOP=3; // fourier1D window function types
79

Callers 6

doMathMethod · 0.95
doFHTInverseTransformMethod · 0.95
c2c2DFFTMethod · 0.95
filterMethod · 0.95
doInverseTransformMethod · 0.80
doInverseTransformMethod · 0.80

Calls 1

transformMethod · 0.95

Tested by

no test coverage detected