A collection of points
| C# | Visual Basic | Visual C++ |
public static class PointCollection
Public NotInheritable Class PointCollection
public ref class PointCollection abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| BoundingRectangle(array<PointF>[]()[]) |
Find the bounding rectangle for the specific array of points
| |
| ConvexHull(array<PointF>[]()[], MemStorage, ORIENTATION) |
Finds convex hull of 2D point set using Sklansky's algorithm
| |
| EllipseLeastSquareFitting(array<PointF>[]()[]) |
Fit an ellipse to the points collection
| |
| FirstDegreeInterpolate(array<PointF>[]()[], Single) |
Perform a first degree interpolation to lookup the y coordinate given the x coordinate
| |
| FirstDegreeInterpolate(array<PointF>[]()[], array<Single>[]()[]) |
Perform a first degree interpolation to lookup the y coordinates given the x coordinates
| |
| Line2DFitting(array<PointF>[]()[], DIST_TYPE, PointF%, PointF%) |
Fit a line to the points collection
| |
| MinAreaRect(array<PointF>[]()[]) |
Find the bounding rectangle for the specific array of points
| |
| PolyLine(array<PointF>[]()[], Boolean) |
convert a series of points to LineSegment2D
| |
| PolyLine(array<Point>[]()[], Boolean) |
convert a series of System.Drawing.Point to LineSegment2D
| |
| ReprojectImageTo3D(Image<(Of <(Gray, Int16>)>), Matrix<(Of <(Double>)>)) |
Transforms 1-channel disparity map to 3-channel image, a 3D surface.
|
| Object | |
| PointCollection | |