Hi, I would like to know what algorithm is used to obtain an image and get the objects present in the image and process (give information about) it. And also, how is this done? Please do help me out! :)
Thanks in advance.
- Karthik.K
Hi, I would like to know what algorithm is used to obtain an image and get the objects present in the image and process (give information about) it. And also, how is this done? Please do help me out! :)
Thanks in advance.
- Karthik.K
Well this is hardly an answerable question, but for most computer vision applications a good starting point is the Hough Transform
I agree with Sid Farkus, there is no simple answer to this question.
Maybe you can get started by checking out the Open Computer Vision Library. There is a Wiki page on object detection with links to a How-To and to papers.
You may find other examples and approaches (i.e. algorithms); it's likely that the algorithms differ by application (i.e. depending on what you actually want to detect).