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

Method transform

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

Performs a forward transform, converting this image into the frequency 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

66 /** Performs a forward transform, converting this image into the frequency domain.
67 The image contained in this FHT must be square and its width must be a power of 2. */
68 public void transform() {
69 transform(false);
70 }
71
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. */

Callers 7

doMathMethod · 0.95
filterMethod · 0.95
inverseTransformMethod · 0.95
doForwardTransformMethod · 0.45
runMethod · 0.45
writePdfMethod · 0.45
content.config.tsFile · 0.45

Calls 5

powerOf2SizeMethod · 0.95
setShowProgressMethod · 0.95
initializeTablesMethod · 0.95
rc2DFHTMethod · 0.95
getPixelsMethod · 0.45

Tested by

no test coverage detected