CvLine3D Class OpenCvSharp Class Library
A 3-dimensional line object
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvLine3D

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

public class CvLine3D

The CvLine3D type exposes the following members.

Constructors

  NameDescription
Public methodCvLine3D(Single)
Initializes by cvFitLine output
Public methodCvLine3D(Double, Double, 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 propertyVz
The Z 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
Public propertyZ1
Z-coordinate of some point on the line
Top
Methods

  NameDescription
Public methodDistance(CvPoint3D32f)
Returns the distance between this line and the specified point
Public methodDistance(CvPoint3D64f)
Returns the distance between this line and the specified point
Public methodDistance(Double, Double, Double)
Returns the distance between this line and the specified point
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPerpendicularFoot(CvPoint3D32f)
Public methodPerpendicularFoot(CvPoint3D64f)
Public methodPerpendicularFoot(Double, Double, Double)
Returns the distance between this line and the specified point
Public methodToString (Inherited from Object.)
Top
See Also

Reference