Click here to Skip to main content
16,018,518 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,

I am using opencv to develop a real time processing platform.
After installing,i could run codes in Win32 applications.

But i am still unable to use it on windows forms in C++.
Any help is highly appreciated.
Thanks.

BR
Sameera
Posted
Comments
Sergey Alexandrovich Kryukov 24-Jun-13 12:46pm    
Do you mean C++/CLI?
—SA

1 solution

OpenCV has nothing to do with "development of real time processing platform". I suspect you have no idea of the meaning of the term "real time":
http://en.wikipedia.org/wiki/OpenCV[^],
http://en.wikipedia.org/wiki/Real-time_computing[^].

If by "Windows Forms" you mean .NET System.Windows.Forms, you should rather talk about C++/CLI:
http://en.wikipedia.org/wiki/C%2B%2B/CLI[^],
http://www.ecma-international.org/publications/standards/Ecma-372.htm[^],
http://msdn.microsoft.com/en-us/library/xey702bw.aspx[^].

If this is the case, the .NET wrapper exists for Open CV:
http://www.emgu.com/wiki/index.php/Main_Page[^].

—SA
 
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