CihanTopal / ED_Lib

Implementations of edge (ED, EDColor, EDPF), line (EDLines), circle and low eccentric ellipse (EDCircles) detection algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect comment in circle linear equation

GGain opened this issue · comments

At line 2968 in file EDCircles.cpp, there is a mistake.

// |N Suv| |uc| = |b1|
// |Suv Svv| |vc| = |b2|

It should be:

// |Suu Suv| |uc| = |b1|
// |Suv Svv| |vc| = |b2|

commented

Please consider opening a pull request about your concern.
We would appreciate any contribution whether it's a typo fix, bug fix, etc..
Thank you.