문제

I am new to OpenCV and I have only Tiny C compiler configured on my Windows XP machine. Can I use this tiny C compiler to compile opencv programs for image manipulations. I have alredy installed python2.6 and opencv2.0 on my windows xp pc. If we can compile how can we do that? I tried on net but found nothing of use. Please help.

Edit: If not possible in Tiny C compiler then please suggest any links for easily available opencv compatible c compilers for windows.

도움이 되었습니까?

해결책

I think try it.

If it doesn't work, the OpenCV Install Guide says:

C/C++ compiler (OpenCV is known to work with VS2005, VS2008, including Express Editions, and MinGW on Windows, GCC 4.x on Linux, MacOSX and other Unix-like systems).

Visual Studio

MinGW

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top