[Missing <summary> documentation for "T:OpenCvSharp.CvLine2D"]
Inheritance Hierarchy
OpenCvSharpCvLine2D
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvLine2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvLine2D(Single) |
Initializes by cvFitLine output
| |
CvLine2D(Double, Double, Double, Double) |
Initializes this object
|
Properties
Name | Description | |
---|---|---|
Vx |
The X component of the normalized vector collinear to the line
| |
Vy |
The Y component of the normalized vector collinear to the line
| |
X1 |
X-coordinate of some point on the line
| |
Y1 |
Y-coordinate of some point on the line
|
Methods
Name | Description | |
---|---|---|
Distance(CvPoint) |
Returns the distance between this line and the specified point
| |
Distance(CvPoint2D32f) |
Returns the distance between this line and the specified point
| |
Distance(CvPoint2D64f) |
Returns the distance between this line and the specified point
| |
Distance(Double, Double) |
Returns the distance between this line and the specified point
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FitSize |
Fits this line to the specified size (for drawing)
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetVectorAngle | ||
GetVectorRadian | ||
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also