Uses of Class
ij3d.image3d.FHTImage3D

Packages that use FHTImage3D
ij3d.image3d   
 

Uses of FHTImage3D in ij3d.image3d
 

Methods in ij3d.image3d that return FHTImage3D
 FHTImage3D FHTImage3D.center()
          Description of the Method
 FHTImage3D FHTImage3D.decenter()
          Description of the Method
 FHTImage3D FHTImage3D.doForwardTransform()
          Description of the Method
 FHTImage3D FHTImage3D.doInverseTransform()
          Description of the Method
 FHTImage3D FHTImage3D.duplicate()
          Description of the Method
 FHTImage3D FHTImage3D.RFilter()
          Description of the Method
 FHTImage3D FHTImage3D.RFilter(float coeff, boolean centre)
          Filtre R pour tomographie sur FFT centree
 FHTImage3D FHTImage3D.swapQuadrants()
          Description of the Method
static FHTImage3D FHTImage3D.Xcorr(FHTImage3D fht1, FHTImage3D fht2)
          Description of the Method
static FHTImage3D FHTImage3D.Xcorr(Image3D img1, Image3D img2)
          Description of the Method
static FHTImage3D FHTImage3D.Xcorr(ij.process.ImageProcessor img1, ij.process.ImageProcessor img2)
          Description of the Method
static FHTImage3D FHTImage3D.Xcorr(ij.ImageStack img1, ij.ImageStack img2)
          Description of the Method
 

Methods in ij3d.image3d with parameters of type FHTImage3D
 void FHTImage3D.fill3D(FHTImage3D[] proj, Vector3D[] W)
          Fill 3D Reconstruction using central section theorem
static Pixel3D FHTImage3D.getMaxCorrelation(FHTImage3D fht1, FHTImage3D fht2)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(FHTImage3D fht1, FHTImage3D fht2, int RmaxX, int RmaxY, int RmaxZ)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getTranslation(FHTImage3D xcorr)
          Gets the translation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getTranslation(FHTImage3D xcorr, int RmaxX, int RmaxY, int RmaxZ)
          Gets the translation attribute of the FHTImage3D class
static FHTImage3D FHTImage3D.Xcorr(FHTImage3D fht1, FHTImage3D fht2)
          Description of the Method