-
help in open cv
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
-
Re: help in open cv
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 ( basically try to disable SSE support ).
-
Re: help in open cv
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/1131...9-MMX-SSE-SSE2
in tis post sed that with the mingw the sse is not supported
-
Re: help in open cv
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" :)