Package boofcv.alg.filter.binary
Class ContourPacked
java.lang.Object
boofcv.alg.filter.binary.ContourPacked
Internal and externals contours for a binary blob with the actual points stored in a
PackedSetsPoint2D_I32
. The set of points in each contour list are ordered in
CW or CCW directions.-
Field Summary
Modifier and TypeFieldDescriptionint
Index in the packed list of the external contourint
ID of blob in the image.Index for each internal contour -
Constructor Summary
-
Method Summary
-
Field Details
-
id
public int idID of blob in the image. Pixels belonging to this blob in the labeled image will have this pixel value. -
externalIndex
public int externalIndexIndex in the packed list of the external contour -
internalIndexes
Index for each internal contour
-
-
Constructor Details
-
ContourPacked
public ContourPacked()
-
-
Method Details
-
reset
public void reset() -
copy
-