Uses of Class
ij3d.image3d.RealImage3D

Packages that use RealImage3D
ij3d.align   
ij3d.image3d   
 

Uses of RealImage3D in ij3d.align
 

Methods in ij3d.align that return RealImage3D
 RealImage3D Align3D.average()
          Description of the Method
 RealImage3D Align3D.getImage(int index)
          Gets the image attribute of the Align3D object
 

Constructors in ij3d.align with parameters of type RealImage3D
Align3D(RealImage3D[] images, TabUtil[] transforms, java.lang.String filename)
          Constructor for the Align3D object
 

Uses of RealImage3D in ij3d.image3d
 

Subclasses of RealImage3D in ij3d.image3d
 class FHTImage3D
          Description of the Class
 

Methods in ij3d.image3d that return RealImage3D
 RealImage3D RealImage3D.add(RealImage3D img)
          adds a RealImage3D to this one
 RealImage3D RealImage3D.add(RealImage3D img, GeomTransform3D transf)
          adds a transformed RealImage3D to this one
 RealImage3D RealImage3D.add(RealImage3D img, TabUtil transform)
          adds a transformed RealImage3D to this one
 RealImage3D RealImage3D.addValue(float value)
          adds a given value to all pixels
 RealImage3D RealImage3D.applyTransform(GeomTransform3D trans)
          applique une transformation 3D a une image (inversion de la matrice realisee pour trouver le pixel (i,j,k) dans l'image originale)
 RealImage3D RealImage3D.autoApplyTransform(GeomTransform3D trans)
          Description of the Method
 RealImage3D RealImage3D.centerCrop(int newsizex, int newsizey, int newsizez)
          Description of the Method
 RealImage3D RealImage3D.createLocalMaximaImage(int voisx, int voisy, int voisz, boolean keep)
          Création d'une image des maxima locaux dans un voisiange donne
 RealImage3D RealImage3D.crop(int newcenterx, int newcentery, int newcenterz, int newsizex, int newsizey, int newsizez)
          Description of the Method
 RealImage3D RealImage3D.divideBy(float div)
          divides all pixels by a value
 RealImage3D RealImage3D.getPow2Img()
          Gets the pow2Img attribute of the RealImage3D object
 RealImage3D RealImage3D.getPow2Img(int sizexmax, int sizeymax, int sizezmax)
          Gets the pow2Img attribute of the RealImage3D object
 RealImage3D RealImage3D.maximumFilter(int voisx, int voisy, int voisz)
          filtre le volume grace a un filtre maximum 3D
 RealImage3D RealImage3D.multiplyBy(float mult)
          multiplies all pixels by a given value
 RealImage3D RealImage3D.multiplyBy(Image3D mult)
           
 RealImage3D RealImage3D.project(int axis)
          Description of the Method
 RealImage3D RealImage3D.project(Vector3D V, Vector3D C, boolean moy)
          Description of the Method
 RealImage3D RealImage3D.resetImage()
          Description of the Method
 

Methods in ij3d.image3d with parameters of type RealImage3D
 RealImage3D RealImage3D.add(RealImage3D img)
          adds a RealImage3D to this one
 RealImage3D RealImage3D.add(RealImage3D img, GeomTransform3D transf)
          adds a transformed RealImage3D to this one
 RealImage3D RealImage3D.add(RealImage3D img, TabUtil transform)
          adds a transformed RealImage3D to this one
 Image3D RealImage3D.addImage(RealImage3D img, float t)
          Adds a feature to the Image attribute of the RealImage3D object
 

Constructors in ij3d.image3d with parameters of type RealImage3D
IntImage3D(RealImage3D img2copy)