In imgproc.hpp are functions: HoughLines,HoughLinesP (probabilistic), HoughCircles, but I want find ellipses with narrowness, like digit 8. How can I modify sources of HoughCircles to find this?
1 | initial version |
In imgproc.hpp are functions: HoughLines,HoughLinesP (probabilistic), HoughCircles, but I want find ellipses with narrowness, like digit 8. How can I modify sources of HoughCircles to find this?