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

Method swapQuadrants

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

Swap quadrants 1 and 3 and 2 and 4 of the specified ImageProcessor so the power spectrum origin is at the center of the image. 2 1 3 4

(ImageProcessor ip)

Source from the content-addressed store, hash-verified

544 </pre>
545 */
546 public void swapQuadrants(ImageProcessor ip) {
547 FFT.swapQuadrants(ip);
548 }
549
550 /** Swap quadrants 1 and 3 and 2 and 4 of the image
551 contained in this FHT. */

Callers 5

doMathMethod · 0.95
filterLargeSmallMethod · 0.95
getPowerSpectrumMethod · 0.95
getComplexTransformMethod · 0.95
calculateAmplitudeMethod · 0.95

Calls 1

swapQuadrantsMethod · 0.95

Tested by

no test coverage detected