Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
hi guys can u help me on finding API for image processing and extracting features of an image..and how to use neural network?
Posted
Comments
Prasad Khandekar 17-Jun-13 10:11am    
How about searching this very site?
Sergey Alexandrovich Kryukov 17-Jun-13 12:15pm    
Agree.

I provided much more specific advice; please see my answer.

Your comment is of course credited.

—SA

1 solution

Use the advice Prasad gave you in his comment to your question.

In particular, consider using of the famous open-source machine vision library AForge.NET:
http://en.wikipedia.org/wiki/AForge.NET[^],
http://www.aforgenet.com/[^].

For the part of library related to the Artificial Neural Networks, start here: http://www.aforgenet.com/framework/features/neural_networks.html[^].

[EDIT]

Also, read the CodeProject articles on Neural Networks by the AForge.NET author Andrew Kirillov:
Neural Network OCR[^],
Neural Networks on C#[^].

See also: http://www.codeproject.com/Articles/Andrew-Kirillov#articles[^].

—SA
 
Share this answer
 
v3
Comments
Prasad Khandekar 18-Jun-13 0:26am    
My +5.
Sergey Alexandrovich Kryukov 18-Jun-13 1:27am    
Thank you, Prasad.
—SA
me.sanobabu1 19-Jun-13 8:25am    
will u please help me in finding code..
Sergey Alexandrovich Kryukov 19-Jun-13 9:09am    
Finding what code? What help? I answered your question in detail, didn't I? Why won't you accept it formally (green button)?
In all cases, your follow-up question will be welcome, but this one is not a question. Do you have a question?
—SA

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