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