cicconet / WCHT

Wavelet-Based Circular Hough Transform (in C++; for a Matlab implementation, see http://www.mathworks.com/matlabcentral/fileexchange/40537-wavelet-based-circular-hough-transform)
MIT License
3 stars 5 forks source link

Wow, It looks great. #1

Open bemoregt opened 8 years ago

bemoregt commented 8 years ago

Wow, It looks great.

Is it also useful to oval detection?

cicconet commented 8 years ago

As long as it's nearly circular... For more circle detection methods, see https://github.com/cicconet/IA/tree/master/CircleDetection

wcht.m should be more robust to deviations from circularity

For ellipses, see: https://github.com/cicconet/IA/tree/master/EFT