Ask Your Question

jawmes's profile - activity

2020-12-08 12:19:34 -0600 received badge  Student (source)
2017-08-16 18:25:31 -0600 received badge  Enthusiast
2017-08-13 18:39:50 -0600 commented answer Fast Radial Symmetry Transform Implementation

I should have put that in my description, have been trying work off of that. Thank you for your response :)

2017-08-11 14:10:58 -0600 asked a question Fast Radial Symmetry Transform Implementation

Hello all!

I am curious to know if anyone has attempted or knows of projects using fast radial symmetry transform in OpenCV. The algorithm detects radially symmetric points of interest. It is described in this paper by Loy and Zelinsky. My intent is to use it for a project detecting near circular objects and there seems to be good results from similar studies in the field.

So far I have tried methods of Hough circle detection, Canny edge detection, and Haar classifier training with disappointing results. I have found sources of Matlab implementations for the algorithm however I do not have access to Matlab.

Please let me know if more information is needed. Thank you.

-James