Hi, i have two questions !
The first, if there is a fast algorithm to auto-enhance a gray-scale image. Histogram methods doesn't work for me, because it's slow.
And the second question is, if there is a fast algorithm to classify a circle, and after, find the center of it. I'm using the Hough Transform, but it's also a very slow method.
Does anybody know others ?
If it knows, could show me a code or a pseudo code in any language.
Thanks!