I want to config opencv in visual studio 2010 for development windows form application not c/c++ app [closed]

asked 2016-09-04 00:35:46 -0600

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.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-11-05 02:11:18.770581

Comments

  • " 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.

berak gravatar imageberak ( 2016-09-04 00:43:06 -0600 )edit