Constructor Line3D
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Line3D(double, double, double, double, double, double)
Initializes this object
public Line3D(double vx, double vy, double vz, double x1, double y1, double z1)
Parameters
vxdoubleThe X component of the normalized vector collinear to the line
vydoubleThe Y component of the normalized vector collinear to the line
vzdoubleThe Z component of the normalized vector collinear to the line
x1doubleZ-coordinate of some point on the line
y1doubleZ-coordinate of some point on the line
z1doubleZ-coordinate of some point on the line
Line3D(float[])
Initializes by cvFitLine output
public Line3D(float[] line)
Parameters
linefloat[]The returned value from cvFitLine