Ask Your Question

AndrzejB's profile - activity

2015-01-08 03:06:53 -0600 commented question Is possible find arbitrary shape with Hough transform?

In http://i.imgur.com/ze0Pw2v.png are unregular, 8-like are 19,222,and 231, especially 19. Rest is not 8-like. How distinguish?

2015-01-07 10:04:19 -0600 received badge  Student (source)
2015-01-07 09:59:52 -0600 asked a question Is possible find arbitrary shape with Hough transform?

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?