Ask Your Question

Revision history [back]

Visual C++ | Windows Form Application & Opencv precompiled lib

Hello People,

I have been developing without any problems couple of C++ console applications using the pre-compiled libraries of OpenCV. Now, I would like to take that applications into a more friendly environment (user interface) as the C++ console is. So, I would like to make them in Visual C++/Win32 or in Windows Form Application for C++, preferably the last one. My questions and issues are the following:

  1. Should I build the OpenCV libraries with OpenNI, TBB and/or CUDA for being able to make my applications in WFA or Win32 and get the maximal functionality of it? is that a must of pre-compiled ones could be enough?

  2. Now I would like to kindly ask you how I would be able to e.g. display frame/picture inside the window of my app and not generating an external one with "namedWindow" "imshow". If you could attach a simple code of it, I mean, displaying a picture in a MFC|Win32|WFA app. I will be able to build my whole app. So, I appreciate if you, very kind and expert person, could make the life of this unknown one much easier!

    Thanks a lot in advance for you help!