Cv2FitLine Method |
Name | Description | |
---|---|---|
FitLine(IEnumerablePoint, DistanceTypes, Double, Double, Double) |
Fits line to the set of 2D points using M-estimator algorithm
| |
FitLine(IEnumerablePoint2f, DistanceTypes, Double, Double, Double) |
Fits line to the set of 2D points using M-estimator algorithm
| |
FitLine(IEnumerablePoint3f, DistanceTypes, Double, Double, Double) |
Fits line to the set of 3D points using M-estimator algorithm
| |
FitLine(IEnumerablePoint3i, DistanceTypes, Double, Double, Double) |
Fits line to the set of 3D points using M-estimator algorithm
| |
FitLine(InputArray, OutputArray, DistanceTypes, Double, Double, Double) |
Fits line to the set of 2D points using M-estimator algorithm
|