j2d.blobDetection
Class Blob

java.lang.Object
  extended by j2d.blobDetection.Blob

public class Blob
extends java.lang.Object


Field Summary
 float h
           
 int id
           
 int[] line
           
static int MAX_NBLINE
           
 int nbLine
           
 BlobDetection parent
           
 float w
           
 float x
           
 float xMax
           
 float xMin
           
 float y
           
 float yMax
           
 float yMin
           
 
Constructor Summary
Blob(BlobDetection parent)
           
 
Method Summary
 int getEdgeNb()
           
 EdgeVertex getEdgeVertexA(int iEdge)
           
 EdgeVertex getEdgeVertexB(int iEdge)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

public BlobDetection parent

id

public int id

x

public float x

y

public float y

w

public float w

h

public float h

xMin

public float xMin

xMax

public float xMax

yMin

public float yMin

yMax

public float yMax

line

public int[] line

nbLine

public int nbLine

MAX_NBLINE

public static int MAX_NBLINE
Constructor Detail

Blob

public Blob(BlobDetection parent)
Method Detail

getEdgeVertexA

public EdgeVertex getEdgeVertexA(int iEdge)

getEdgeVertexB

public EdgeVertex getEdgeVertexB(int iEdge)

getEdgeNb

public int getEdgeNb()

update

public void update()