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

Method multiply

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

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

(FHT fht)

Source from the content-addressed store, hash-verified

568 the frequency domain. Multiplication in the frequency domain is equivalent
569 to convolution in the space domain. */
570 public FHT multiply(FHT fht) {
571 return multiply(fht, false);
572 }
573
574 /** Returns the image resulting from the point by point Hartley conjugate
575 multiplication of this image and the specified image. Both images are

Callers 2

doMathMethod · 0.95
conjugateMultiplyMethod · 0.95

Calls 1

getPixelsMethod · 0.45

Tested by

no test coverage detected