vote up 0 vote down star

I'm new to image processing and I want to do a project in object detection. So help me by suggesting a step-by-step procedure to this project. Thanx.

flag
Your question is too broad, therefore you probably won't get any satisfying answer. It's like asking "I want to prepare food, can you tell me a step by step procedure?". There are already several questions on SO about image-processing introductions and books. – Ivan Oct 7 at 14:04

4 Answers

vote up 0 vote down

This lecture by Jeff Hawkins, will give you an idea about the state of the art in this super-difficult field.

link|flag
vote up 0 vote down

Take a look at AForge.NET. It's nowhere near Project Natal's levels of accuracy or usefulness, but it does give you the tools to learn the algorithms easily. It's an image processing and AI library and there are several tutorials on colored object tracking and motion detection.

Another one to look at is OpenCV from Intel. I believe it's a bit more advanced, but it's written in C.

link|flag
vote up 0 vote down

Take a look at this. It might get you started in this complex field. The algorithm pages that it links to are interesting reading.

http://sun-valley.stanford.edu/projects/helicopters/final.html

link|flag
vote up 2 vote down

Object detection is a very complex problem that includes some real hardcore math and long tuning of parameters to the computation methods involved. Your best bet is to use some freely available library for that - Google will help.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.