Click here to Skip to main content
15,920,031 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
How do i use opencv in my web application as its library is in c#?
Posted
Comments
Sergey Alexandrovich Kryukov 17-Jun-12 0:35am    
Not clear. How OpenCV is different from other libraries? What do you want to achieve? What's your problem? Using C/C++ code in .NET? Using this particular library for a particular purpose (which you did not disclose)? What?
--SA
Misbah1 17-Jun-12 0:56am    
I have to implement image processing in a web application (asp.net). i want to use opencv. How i use opencv in my web based application?

your first problem is How to use OpenCV in C#[^] - I could only find half a million links

After that, it's a question of architecture ... do you want to burden the WepApp with that overhead or pass it on to another service/component

I'd suggest you examine the first point, and write some prototype code before you attempt the second
 
Share this answer
 
Use opencv for face detection in image processing...
build a web application.
add reference of dll files
then add xml files as add existing items.
on the back end of button'click event send image to class which uses c# language.
in this way you can use opencv in web applications.
 
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