Constructor Line2D
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Line2D(double, double, double, double)
Initializes this object
public Line2D(double vx, double vy, double x1, double y1)
Parameters
vxdoubleThe X component of the normalized vector collinear to the line
vydoubleThe Y 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
Line2D(float[])
Initializes by cvFitLine output
public Line2D(float[] line)
Parameters
linefloat[]The returned value from cvFitLine