Merged the trunk r8907, r8908

This commit is contained in:
Andrey Kamaev
2012-07-02 14:12:34 +00:00
parent af912f4843
commit aa911275c3
6 changed files with 74 additions and 50 deletions

View File

@@ -2,14 +2,16 @@
Robust line fitting.
==================
Example of using cv2.fitLine function for fitting line to points in presence of outliers.
Example of using cv2.fitLine function for fitting line
to points in presence of outliers.
Usage
-----
fitline.py
Switch through different M-estimator functions and see, how well the robust functions
fit the line even in case of ~50% of outliers.
Switch through different M-estimator functions and see,
how well the robust functions fit the line even
in case of ~50% of outliers.
Keys
----