Which one of the following IDEs/language will you recommend for developing a project under windows that involves recognizing hand gestures and interacting with the OS? I will be using OpenCV library for image processing tasks. After that I will be using win32 APIs or .NET framework to interact with the OS, depending on the tool you suggest. Performance is also a major issue.
- Visual C++ 2008 (using C++/CLI)
- Visual C++ 2008 (using native C++)
- visual C# 2008 (using .NET framework)
- Qt
- Dev C++
- Code::Blocks