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)
| 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. */ |
no test coverage detected