Uses of Class
ij3d.geom.Pixel3D

Packages that use Pixel3D
ij3d.align   
ij3d.geom   
ij3d.image3d   
 

Uses of Pixel3D in ij3d.align
 

Methods in ij3d.align that return Pixel3D
static Pixel3D Align2D.crossCorrelation(ij.process.ImageProcessor img1, ij.process.ImageProcessor img2)
          computes the crosscorrelation between 2 images using FFT
static Pixel3D Align2D.crossCorrelation(ij.process.ImageProcessor img1, ij.process.ImageProcessor img2, int maxX, int maxY)
          compute the crosscorrelation between 2 images with a maximum translation of (maxX,maxY)
 

Uses of Pixel3D in ij3d.geom
 

Fields in ij3d.geom declared as Pixel3D
protected  Pixel3D[] Object3D.contours
          Contours pixels
protected  Pixel3D Object3D.feret1
           
protected  Pixel3D Object3D.feret2
           
 

Methods in ij3d.geom that return Pixel3D
 Pixel3D Object3D.getFeretPixel1()
           
 Pixel3D Object3D.getFeretPixel2()
           
 Pixel3D Object3D.getPixelMax(Image3D ima)
           
 

Methods in ij3d.geom with parameters of type Pixel3D
 double ColorPoint3D.dist(Pixel3D autre)
          Description of the Method
 double Pixel3D.dist(Pixel3D autre)
          Description of the Method
 

Uses of Pixel3D in ij3d.image3d
 

Fields in ij3d.image3d declared as Pixel3D
protected  Pixel3D Image3D.max
          Description of the Field
protected  Pixel3D Image3D.min
          Description of the Field
 

Methods in ij3d.image3d that return Pixel3D
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.getMaxCorrelation(Image3D img1, Image3D img2)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(Image3D img1, Image3D img2, int RmaxX, int RmaxY, int RmaxZ)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(ij.process.ImageProcessor img1, ij.process.ImageProcessor img2)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(ij.process.ImageProcessor img1, ij.process.ImageProcessor img2, int RmaxX, int RmaxY)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(ij.ImageStack img1, ij.ImageStack img2)
          Gets the maxCorrelation attribute of the FHTImage3D class
static Pixel3D FHTImage3D.getMaxCorrelation(ij.ImageStack img1, ij.ImageStack img2, int RmaxX, int RmaxY, int RmaxZ)
          Gets the maxCorrelation attribute of the FHTImage3D class
 Pixel3D Image3D.getMaxPixel()
          Gets the maxPixel attribute of the Image3D object
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
 

Methods in ij3d.image3d with parameters of type Pixel3D
 float RealImage3D.getPixelTransformedI(Pixel3D pixel, GeomTransform3D inverttrans)
          Gets the pixel corresponding to the direct application of the transform given
 float RealImage3D.getTransformPixel(Pixel3D pixel, GeomTransform3D trans)
          Gets the pixel corresponding to the pixel given if the transform is applied (inversion of matrice)