| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectj2d.blobDetection.Metaballs2D
j2d.blobDetection.EdgeDetection
j2d.blobDetection.BlobDetection
public class BlobDetection
| Field Summary | |
|---|---|
|  Blob[] | blob | 
|  int | blobHeightMin | 
| static int | blobMaxNumber | 
|  int | blobNumber | 
|  int | blobWidthMin | 
|  boolean[] | gridVisited | 
| Fields inherited from class j2d.blobDetection.EdgeDetection | 
|---|
| C_B, C_G, C_R, imgHeight, imgWidth, m_coeff, pixels, posDiscrimination | 
| Constructor Summary | |
|---|---|
| BlobDetection(int imgWidth,
              int imgHeight) | |
| Method Summary | |
|---|---|
|  void | activeCustomFilter(java.lang.Object parent) | 
|  void | computeBlobs(int[] pixels) | 
|  void | findBlob(int iBlob,
         int x,
         int y) | 
|  Blob | getBlob(int n) | 
|  int | getBlobNb() | 
|  void | setBlobMaxNumber(int nb) | 
| Methods inherited from class j2d.blobDetection.EdgeDetection | 
|---|
| computeEdges, computeIsovalue, getEdgeVertex, setImage, setPosDiscrimination, setThreshold | 
| Methods inherited from class j2d.blobDetection.Metaballs2D | 
|---|
| computeMesh, init, setIsovalue | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static int blobMaxNumber
public int blobNumber
public Blob[] blob
public boolean[] gridVisited
public int blobWidthMin
public int blobHeightMin
| Constructor Detail | 
|---|
public BlobDetection(int imgWidth,
                     int imgHeight)
| Method Detail | 
|---|
public void setBlobMaxNumber(int nb)
public Blob getBlob(int n)
public int getBlobNb()
public void computeBlobs(int[] pixels)
public void findBlob(int iBlob,
                     int x,
                     int y)
public void activeCustomFilter(java.lang.Object parent)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||