Error in documentation for fitline L1 norm

asked 2014-07-22 01:26:09 -0600

Arif Zaman gravatar image

updated 2014-07-22 01:50:58 -0600

This is my first post. I was reading the documentation for fitline and saw what appeared to be an error in the description of the L1 norm.

The description currently is

* distType=CV\_DIST\_L1 .. math:: \rho (r) = r

Whereas the last line probably should be

\rho (r) = |r|

I guess this is not a question. The question is how do I get it corrected?

edit retag flag offensive close merge delete

Comments

1

Thank you for reporting, it would be great if you could fix it and make a pull request, see http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Guanta gravatar imageGuanta ( 2014-07-22 02:18:52 -0600 )edit