Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
which language C , C++ , C# better for using opencv library?
Posted

1 solution

It depends on what you want. C++ is its native language, so the won't be a middleman, which is a .NET wrapper you can use with C#, Emgu CV: http://www.emgu.com/wiki/index.php/Main_Page[^].

With C#, however, the development process is more smooth, goes faster, gives more reliable results as the change of accident bugs is much lower. Probably it would add some performance cost and extra dependency from .NET.

—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