Table of Contents

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

vx double

The X component of the normalized vector collinear to the line

vy double

The Y component of the normalized vector collinear to the line

x1 double

Z-coordinate of some point on the line

y1 double

Z-coordinate of some point on the line

Line2D(float[])

Initializes by cvFitLine output

public Line2D(float[] line)

Parameters

line float[]

The returned value from cvFitLine