Uses of Class
ij3d.image3d.IntImage3D

Packages that use IntImage3D
ij3d.geom   
ij3d.image3d   
 

Uses of IntImage3D in ij3d.geom
 

Fields in ij3d.geom declared as IntImage3D
protected  IntImage3D Object3D.segImage
          The image where the object lies
 

Methods in ij3d.geom that return IntImage3D
 IntImage3D Object3D.getSegImage()
          Gets the segImage attribute of the Object3D object
 

Methods in ij3d.geom with parameters of type IntImage3D
 void Object3D.computeContours(IntImage3D ima)
           
 void Object3D.draw(IntImage3D mask, int col)
           
 boolean Object3D.segmentSpot(int xdep, int ydep, int zdep, int seuil, int val, IntImage3D originalImage)
          Segment an object from a seed
 boolean Object3D.segmentSpotMax(int xdep, int ydep, int zdep, int seuil, int val, IntImage3D originalImage)
          Segment an object from a seed, keep only max local
 boolean Object3D.separeSpot2D(IntImage3D ori, int val, int seuil, Object3D f, Object3D f1, Object3D f2, double dist, int p1, int p2)
           
 

Constructors in ij3d.geom with parameters of type IntImage3D
Object3D(IntImage3D ima, int val)
          constructeur
ObjectCreator3D(IntImage3D image)
          Constructor for the ObjectCreator3D object
 

Uses of IntImage3D in ij3d.image3d
 

Fields in ij3d.image3d declared as IntImage3D
protected  IntImage3D[] ColorImage3D.couleur
          Description of the Field
 

Methods in ij3d.image3d that return IntImage3D
 IntImage3D IntImage3D.adaptiveFilter(float radX, float radY, float radZ)
          Variance Filter in 3D
abstract  IntImage3D Image3D.binarisation(int seuilb, int seuilh)
          binarisation de l'image, creation d'une image avec 255 si entre les deux seuils
 IntImage3D IntImage3D.binarisation(int seuilb, int seuilh)
          binarisation de l'image, creation d'une image avec 255 si entre les deux seuils
 IntImage3D RealImage3D.binarisation(int seuilb, int seuilh)
          binarisation de l'image
 IntImage3D IntImage3D.createLocalMaximaImage(int voisx, int voisy, int voisz, boolean keep)
          Création d'une image des maxima locaux dans un voisinage donne
 IntImage3D IntImage3D.createLocalMaximaImage(int voisx, int voisy, int voisz, int th, boolean keep)
          Création d'une image des maxima locaux dans un voisiange donne
 IntImage3D IntImage3D.dilatation3D(Image3D ker)
          Dilatation binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.dilatation3D(Image3D ker, boolean normal)
          Dilatation binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.dilatation3D(int voisx, int voisy, int voisz)
          Dilatation binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.dilatation3D(int voisx, int voisy, int voisz, boolean normal)
          Dilatation binaire 3D, normalement les objets sont noir sur fond blanc
protected  IntImage3D IntImage3D.dilatationConditionGris(IntImage3D base, int voisx, int voisy, int voisz)
          Dilatation par rapport a une image de base
 IntImage3D IntImage3D.distanceMap3D(float radx, float rady, float radz, boolean inverse)
          3D Distance Map by series of dilatation
 IntImage3D IntImage3D.erosion3D(Image3D ker)
          Erosion binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.erosion3D(Image3D ker, boolean normal)
          Erosion binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.erosion3D(int voisx, int voisy, int voisz)
          Erosion binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.erosion3D(int voisx, int voisy, int voisz, boolean normal)
          Erosion binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.fermeture3D(Image3D ker, int ite)
          Fermeture binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.fermeture3D(Image3D ker, int ite, boolean normal)
          Fermeture binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.fermeture3D(int voisx, int voisy, int voisz, int ite)
          Fermeture binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.fermeture3D(int voisx, int voisy, int voisz, int ite, boolean normal)
          Fermeture binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.fillHoles(int fond, int objet)
          Remplit les trous dans une image binaire
 IntImage3D ColorImage3D.getColor(java.lang.String col)
          recupere une couleur donnee a l'image3D
 IntImage3D IntImage3D.maximumFilter(float voisx, float voisy, float voisz)
          Filtre le volume grace a un filtre maximum 3D
 IntImage3D IntImage3D.meanFilter(float voisx, float voisy, float voisz)
          Filtre le volume grace a un filtre variance 3D
 IntImage3D IntImage3D.meanFilter(int voisx, int voisy, int voisz, int proc)
          Filtre le volume grace a un filtre moyen 3D
 IntImage3D IntImage3D.medianFilter(int voisx, int voisy, int voisz)
          Filtre le volume grace a un filtre median 3D
 IntImage3D IntImage3D.minimumFilter(float voisx, float voisy, float voisz)
          Filtre le volume grace a un filtre minimum 3D
 IntImage3D IntImage3D.nbNeighbor(int obj)
          Number of neighborhood pixels
 IntImage3D IntImage3D.nlLaplacien(int voisx, int voisy, int voisz)
          Filtre Laplacien non linéaire (détection des contours)
 IntImage3D IntImage3D.nonLinearLaplacianFilter(int voisx, int voisy, int voisz)
          Filtre Laplacien non linéaire autre version (détection des contours)
 IntImage3D IntImage3D.ouverture3D(Image3D ker, int ite)
          Ouverture binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.ouverture3D(Image3D ker, int ite, boolean normal)
          Ouverture binaire 3D avec kernel, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.ouverture3D(int voisx, int voisy, int voisz, int ite)
          Ouverture binaire 3D, normalement les objets sont noir sur fond blanc
 IntImage3D IntImage3D.ouverture3D(int voisx, int voisy, int voisz, int ite, boolean normal)
          Ouverture binaire 3D, normalement les objets sont noir sur fond blanc
protected  IntImage3D IntImage3D.projection(int val, int axe, int p1, int p2)
          Average projection
 IntImage3D IntImage3D.projectionX(int val)
          Description of the Method
 IntImage3D IntImage3D.projectionY(int val)
          Description of the Method
 IntImage3D IntImage3D.projectionZ(int val)
          Description of the Method
 IntImage3D IntImage3D.projectionZ(int val, int p1, int p2)
          Description of the Method
protected  IntImage3D IntImage3D.reconstruction(IntImage3D base)
          Description of the Method
 IntImage3D IntImage3D.RH_Maxima(int R, int H)
          Méthode du RH maxima
 IntImage3D IntImage3D.separateWatershed()
          Separate objects from an EDM image
 IntImage3D IntImage3D.sobelFilter()
          Sobel-like filtering in 3D
 IntImage3D IntImage3D.tapper(int r0x, int r0y, int r0z)
          Tappering - smooth towards background
 IntImage3D IntImage3D.tophatFilter(int voisx, int voisy, int voisz)
          Filtre Chapeau haut de forme pour faire ressortir des spots
Ce filtre aplatit le bruit de fond
 IntImage3D IntImage3D.varianceFilter(float voisx, float voisy, float voisz)
          Variance Filter in 3D
 IntImage3D IntImage3D.watershed()
          Watershed algorithm starting with a seed image where seed > 0
 

Methods in ij3d.image3d with parameters of type IntImage3D
 boolean ColorImage3D.addColor(IntImage3D img)
          ajoute une couleur a l'image3D si c'est possible
 Image3D IntImage3D.addImage(IntImage3D img, float s)
          Adds a feature to the Image attribute of the IntImage3D object
protected  IntImage3D IntImage3D.dilatationConditionGris(IntImage3D base, int voisx, int voisy, int voisz)
          Dilatation par rapport a une image de base
 int IntImage3D.intersectionPixels(IntImage3D autre, int val, int valautre, Object3D obj, Object3D objautre)
          number of pixels of intersection in two images
 void IntImage3D.propagation(IntImage3D base, int abs, int ord, int prof, int val, int nval)
          Propagation of a value to connected pixels
protected  void IntImage3D.propagationConditionnelle(IntImage3D base, int abs, int ord, int prof, int val)
          Description of the Method
protected  IntImage3D IntImage3D.reconstruction(IntImage3D base)
          Description of the Method
 void ColorImage3D.setColor(IntImage3D img, java.lang.String col)
          met une couleur donnee a l'image3D
 

Constructors in ij3d.image3d with parameters of type IntImage3D
IntImage3D.MeanThread(int x, int y, int z, int a, int b, IntImage3D ori, IntImage3D re)
          Constructor for the test object
IntImage3D(IntImage3D img2copy)