j2d.blobDetection
Class EdgeDetection
java.lang.Object
   j2d.blobDetection.Metaballs2D
j2d.blobDetection.Metaballs2D
       j2d.blobDetection.EdgeDetection
j2d.blobDetection.EdgeDetection
- Direct Known Subclasses: 
- BlobDetection
- public class EdgeDetection 
- extends Metaballs2D
 
 
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
C_R
public static final byte C_R
- See Also:
- Constant Field Values
C_G
public static final byte C_G
- See Also:
- Constant Field Values
C_B
public static final byte C_B
- See Also:
- Constant Field Values
imgWidth
public int imgWidth
imgHeight
public int imgHeight
pixels
public int[] pixels
posDiscrimination
public boolean posDiscrimination
m_coeff
public float m_coeff
EdgeDetection
public EdgeDetection(int imgWidth,
                     int imgHeight)
setPosDiscrimination
public void setPosDiscrimination(boolean is)
- 
 
setThreshold
public void setThreshold(float value)
- 
 
setImage
public void setImage(int[] pixels)
- 
 
computeEdges
public void computeEdges(int[] pixels)
- 
 
computeIsovalue
public void computeIsovalue()
- 
- Overrides:
- computeIsovaluein class- Metaballs2D
 
- 
 
getEdgeVertex
public EdgeVertex getEdgeVertex(int index)
-