Line3D Class |
Namespace: OpenCvSharp
The Line3D type exposes the following members.
Name | Description | |
---|---|---|
Line3D(Single) |
Initializes by cvFitLine output
| |
Line3D(Double, Double, Double, Double, Double, Double) |
Initializes this object
|
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
|
Name | Description | |
---|---|---|
Distance(Point3d) |
Returns the distance between this line and the specified point
| |
Distance(Point3f) |
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 | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerpendicularFoot(Point3d) | ||
PerpendicularFoot(Point3f) | ||
PerpendicularFoot(Double, Double, Double) |
Returns the distance between this line and the specified point
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |