I want to config opencv in visual studio 2010 for development windows form application not c/c++ app [closed]
I want to develop a windows application which is related to image processing concept. I will develop in asp.net windows form application but i'm not using c/c++ visual studio application. First i want to config opencv in that application how can i do it.
" which is related to image processing concept" -- opencv is a computer vision library, not a general image processing one. i got the vague feeling, you're wrong here.
"I will develop in asp.net" -- there is no support for this from opencv.
for vs2010, you will have to build opencv from src, using cmake.