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)
| 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; |