HoG and Hellinger-metric preprocess for digit recognition

line breaks in fitline.py description
This commit is contained in:
Alexander Mordvintsev
2012-07-02 13:49:36 +00:00
parent efe139667b
commit 1543b46383
4 changed files with 69 additions and 24 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
----