PDA

View Full Version : help in open cv



didi_ofi
31st March 2011, 14:39
good dfay




i want to use the open cv with the qt but i get a problem you seed i use the
OpenCV-2.1.0-win32-vs2008.exe
with the
qt-sdk-win-opensource-2010.05.exe
i get errors becouse the opencv was not compiled withe the mingw i recompiled it but the highgui210.lib is making problems and some functions are not working

can any one help me with a compatible opencv with the qtc++ that i have

PS: i ame using windows xp as system

stampede
31st March 2011, 16:06
What problems do you have ? Be more specific, because "highgui.lib is making problems" is too general.
You may try to search the forum for "OpenCV windowsXP" or sth.
Tell us how did you build the cv libraries, if you are using CMake, then some time ago I've posted a message about OpenCV compilation on WindowsXP, here is the link : link (http://www.qtcentre.org/threads/32393-OpenCV-2.1-Qt-4.6-on-WindowsXP#6) ( basically try to disable SSE support ).

didi_ofi
31st March 2011, 16:55
ok when i try to display or use "cvLoadImage" or "cvNamedWindow" or "cvNamedWindow" it crashes after show a blanc Windows
and it is
http://www.qtcentre.org/threads/11311-Qt-4.3.3-MinGW-%28win32%29-MMX-SSE-SSE2
in tis post sed that with the mingw the sse is not supported

stampede
31st March 2011, 18:32
That's what I meant, disable SSE support while compiling OpenCV with gcc.
Show the code where it crashes.
Btw. when using Qt you have more nice ways to show an image than "cvNamedWindow" :)