PointCollection Class |
Namespace: Emgu.CV
The PointCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundingRectangle |
Find the bounding rectangle for the specific array of points
| |
| EllipseLeastSquareFitting |
Fit an ellipse to the points collection
| |
| GeneratePointCloud |
Generate a random point cloud around the ellipse.
| |
| PolyLine(Point, Boolean) |
convert a series of System.Drawing.Point to LineSegment2D
| |
| PolyLine(PointF, Boolean) |
convert a series of points to LineSegment2D
| |
| ReprojectImageTo3D |
Re-project pixels on a 1-channel disparity map to array of 3D points.
|