Package boofcv.io.image
Class PolygonRegion
java.lang.Object
boofcv.io.image.PolygonRegion
Describes region inside an image using a polygon and a regionID.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Polygon2D_F64
Location of the region inside the image.int
Region ID for the polygon. -
Constructor Summary
-
Method Summary
-
Field Details
-
polygon
Location of the region inside the image. Polygon in pixel coordinates -
regionID
public int regionIDRegion ID for the polygon.
-
-
Constructor Details
-
PolygonRegion
public PolygonRegion()
-
-
Method Details
-
setTo
-
reset
public void reset()
-