This program is able to detect circles in images. Therefor it uses the hough algorithm CvHoughCircles from the OpenCV library. You can define all parameters e.g. min-/max radius, min distance between circles, all kinds of thresholds, filters and so on.
An object oriented ray tracer and image manipulation library. Also comprises ZRVision, a computer vision support library and several example apps illustrating what can be done with ZeroRay.
a very basic Pascal / Delphi implementation of the Hough algorithm for line and circle recognotion.
In the actual project state you may see a line and circle detection - working only with simple images as the Hough accumulator post processing is not yet implemented.
This project is looking for support and the currect version is just for training and teaching purpose !
remarks:
* Now this projects provides a complete DELPHI project ready to compile and a *.exe for fast evaluation of the code performance
* would like to see a port to LARZARUS Free Pascal - feel free to post your experiemence in the forum