We're developing a project that uses OpenCV library to track hand gestures and motion sensing. I'm confused whether to go for native c++ program or to use C++/CLI provided in .NET (VC++).
Performance is of utmost importance and heavy image processing is required. Since we're planning to use the OpenCV extensive methods and the project requires frequent communication with the OS.
Also, where can I find IPP library for accelerating the OpenCV application program? Won't '.NET framework' hinder the performance of the project?
Also please suggest us the proper environment to work in. I've seen many OpenCV projects been done in VC++.
Should we go for VC++ ( Coz this option gives me an advantage to build a proper and appealing gui)?
Help!