|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdiewald_CV_kit.blobdetection.Contour
public final class Contour
the class Contour calculates a closed polyline of a blob.
a blob can have only ONE outer contour, and endless inner contours.
for example the letter "B" as an image, would have one outer contour, and two inner contours.
Method Summary | |
---|---|
boolean |
clockWise()
returns true if the contour has clockwise-rotation. |
BoundingBox |
getBoundingBox()
returns the bounding-box of the contour. |
ArrayList<Pixel> |
getPixels()
returns a list of contour-pixels. |
int |
ID()
returns the ID of the contour. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final ArrayList<Pixel> getPixels()
public final BoundingBox getBoundingBox()
public final boolean clockWise()
public final int ID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |