Click here to Skip to main content
15,894,146 members
Please Sign up or sign in to vote.
1.33/5 (3 votes)
See more:
Hi to all

I would like to extend my progrmming skillset with some advanced skills.

What i would like to know is where to start if I would like to develop software that takes images analyses them using a specific algorithm to do any of the following. (mostly related to augmented reality)

Facial detection
Marker detection
Image recognition
Object recognition
Facial tracking (for sequence of images)

I am looking for answers that I can apply using the C# language

Also I know about
Aforge
OpenCV
and EMGU

I would like to do my own thing

Thank you
Posted
Comments
Christian Graus 22-Aug-12 10:24am    
You should google for articles or buy a book, no forum reply will cover this stuff in any usable detail
L Viljoen 23-Aug-12 3:41am    
Heres my thought on the matter: Seeing as some people in code project did something similar they can tell me what works for them. For example books / google articles or so on.

Believe me I googled this quite extensively and 99% of the related results brings me to the door of someone using another 3rd party non commercial api , with vurtually no one writing from the ground up.

I wouldnt be asking on CP questions if I havent exhausted other options

 
Share this answer
 
I was able to solve this by intercepting the incoming data before it hit the asmx method and rewiting it to something more acceptable.

Will Write an article explaining how soon
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900