Overload List
| Name | Description | |
|---|---|---|
| FitLine(IEnumerablePoint, DistanceType, Double, Double, Double) | 
            Fits line to the set of 2D points using M-estimator algorithm
              | |
| FitLine(IEnumerablePoint2f, DistanceType, Double, Double, Double) | 
            Fits line to the set of 2D points using M-estimator algorithm
              | |
| FitLine(IEnumerablePoint3f, DistanceType, Double, Double, Double) | 
            Fits line to the set of 3D points using M-estimator algorithm
              | |
| FitLine(IEnumerablePoint3i, DistanceType, Double, Double, Double) | 
            Fits line to the set of 3D points using M-estimator algorithm
              | |
| FitLine(InputArray, OutputArray, DistanceType, Double, Double, Double) | 
            Fits line to the set of 2D points using M-estimator algorithm
              | 
See Also