A 3-dimensional line object
Inheritance Hierarchy
OpenCvSharpCvLine3D
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvLine3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CvLine3D(Single) |
Initializes by cvFitLine output
| |
CvLine3D(Double, Double, 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
| |
Vz |
The Z 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
| |
Z1 |
Z-coordinate of some point on the line
|
Methods
Name | Description | |
---|---|---|
Distance(CvPoint3D32f) |
Returns the distance between this line and the specified point
| |
Distance(CvPoint3D64f) |
Returns the distance between this line and the specified point
| |
Distance(Double, Double, Double) |
Returns the distance between this line and the specified point
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PerpendicularFoot(CvPoint3D32f) | ||
PerpendicularFoot(CvPoint3D64f) | ||
PerpendicularFoot(Double, Double, Double) |
Returns the distance between this line and the specified point
| |
ToString | (Inherited from Object.) |
See Also