0

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.

Jav_Rock
  • 22,059
  • 20
  • 123
  • 164
Enjoy coding
  • 4,268
  • 12
  • 40
  • 50

1 Answers1

1

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

JeremyP
  • 84,577
  • 15
  • 123
  • 161
  • 1
    Thanks. I just found a guide on windows opencv setup http://tommy.chheng.com/development/windows_development_setup.html – Enjoy coding Jun 07 '10 at 14:57