|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.blobDetection.Blob
public class Blob
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 |
---|
public BlobDetection parent
public int id
public float x
public float y
public float w
public float h
public float xMin
public float xMax
public float yMin
public float yMax
public int[] line
public int nbLine
public static int MAX_NBLINE
Constructor Detail |
---|
public Blob(BlobDetection parent)
Method Detail |
---|
public EdgeVertex getEdgeVertexA(int iEdge)
public EdgeVertex getEdgeVertexB(int iEdge)
public int getEdgeNb()
public void update()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |