Click or drag to resize
Accord.NET (logo)

PointsCloud Methods

The PointsCloud type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindQuadrilateralCorners
Find corners of quadrilateral or triangular area, which contains the specified collection of points.
Public methodStatic memberGetBoundingRectangle
Get bounding rectangle of the specified list of points.
Public methodStatic memberGetCenterOfGravity
Get center of gravity for the specified list of points.
Public methodStatic memberGetFurthestPoint
Find furthest point from the specified point.
Public methodStatic memberGetFurthestPointFromLine(IEnumerableIntPoint, IntPoint, IntPoint)
Find the furthest point from the specified line.
Public methodStatic memberGetFurthestPointFromLine(IEnumerableIntPoint, IntPoint, IntPoint, Single)
Find the furthest point from the specified line.
Public methodStatic memberGetFurthestPointsFromLine(IEnumerableIntPoint, IntPoint, IntPoint, IntPoint, IntPoint)
Find two furthest points from the specified line.
Public methodStatic memberGetFurthestPointsFromLine(IEnumerableIntPoint, IntPoint, IntPoint, IntPoint, Single, IntPoint, Single)
Find two furthest points from the specified line.
Public methodStatic memberShift
Shift cloud by adding specified value to all points in the collection.
Top
See Also