Uses of Class
ij.process.FHT

Packages that use FHT
ij.plugin   
ij.plugin.filter   
ij.process   
 

Uses of FHT in ij.plugin
 

Methods in ij.plugin that return FHT
(package private)  FHT FFT.newFHT(ImageProcessor ip)
           
 

Methods in ij.plugin with parameters of type FHT
(package private)  void FFT.doForewardTransform(FHT fht)
           
(package private)  void FFT.doInverseTransform(FHT fht)
           
(package private)  void FFT.doMasking(FHT ip)
           
 

Uses of FHT in ij.plugin.filter
 

Methods in ij.plugin.filter that return FHT
(package private)  FHT FFTCustomFilter.newFHT(ImageProcessor ip)
           
 

Methods in ij.plugin.filter with parameters of type FHT
(package private)  void FFTCustomFilter.customFilter(FHT fht)
           
(package private)  void FFTCustomFilter.doInverseTransform(FHT fht, ImageProcessor ip)
           
 

Uses of FHT in ij.process
 

Methods in ij.process that return FHT
 FHT FHT.conjugateMultiply(FHT fht)
          Returns the image resulting from the point by point Hartley conjugate multiplication of this image and the specified image.
 FHT FHT.divide(FHT fht)
          Returns the image resulting from the point by point Hartley division of this image by the specified image.
 FHT FHT.getCopy()
          Returns a clone of this FHT.
 FHT FHT.multiply(FHT fht)
          Returns the image resulting from the point by point Hartley multiplication of this image and the specified image.
(package private)  FHT FHT.multiply(FHT fht, boolean conjugate)
           
 

Methods in ij.process with parameters of type FHT
 FHT FHT.conjugateMultiply(FHT fht)
          Returns the image resulting from the point by point Hartley conjugate multiplication of this image and the specified image.
 FHT FHT.divide(FHT fht)
          Returns the image resulting from the point by point Hartley division of this image by the specified image.
 FHT FHT.multiply(FHT fht)
          Returns the image resulting from the point by point Hartley multiplication of this image and the specified image.
(package private)  FHT FHT.multiply(FHT fht, boolean conjugate)