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

Method conjugateMultiply

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

Returns the image resulting from the point by point Hartley conjugate multiplication of this image and the specified image. Both images are assumed to be in the frequency domain. Conjugate multiplication in the frequency domain is equivalent to correlation in the space domain.

(FHT fht)

Source from the content-addressed store, hash-verified

576 assumed to be in the frequency domain. Conjugate multiplication in
577 the frequency domain is equivalent to correlation in the space domain. */
578 public FHT conjugateMultiply(FHT fht) {
579 return multiply(fht, true);
580 }
581
582 FHT multiply(FHT fht, boolean conjugate) {
583 int rowMod, cMod, colMod;

Callers 1

doMathMethod · 0.95

Calls 1

multiplyMethod · 0.95

Tested by

no test coverage detected