CvLine2D Class OpenCvSharp Class Library

[Missing <summary> documentation for "T:OpenCvSharp.CvLine2D"]

Inheritance Hierarchy

SystemObject
  OpenCvSharpCvLine2D

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class CvLine2D

The CvLine2D type exposes the following members.

Constructors

  NameDescription
Public methodCvLine2D(Single)
Initializes by cvFitLine output
Public methodCvLine2D(Double, Double, Double, Double)
Initializes this object
Top
Properties

  NameDescription
Public propertyVx
The X component of the normalized vector collinear to the line
Public propertyVy
The Y component of the normalized vector collinear to the line
Public propertyX1
X-coordinate of some point on the line
Public propertyY1
Y-coordinate of some point on the line
Top
Methods

  NameDescription
Public methodDistance(CvPoint)
Returns the distance between this line and the specified point
Public methodDistance(CvPoint2D32f)
Returns the distance between this line and the specified point
Public methodDistance(CvPoint2D64f)
Returns the distance between this line and the specified point
Public methodDistance(Double, Double)
Returns the distance between this line and the specified point
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFitSize
Fits this line to the specified size (for drawing)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetVectorAngle
Public methodGetVectorRadian
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference