Search code examples
opencvwindows-7eclipse-cdt

Configure OpenCV with Eclipse IDE for C/C++ Developers on Windows7


I am using, Eclipse IDE for C/C++ Developers (Juno) and open cv. I tried to follow the documentation over internet. Most of them is around linux machine. My OS is Windows7. Please guide me to configure open cv.

Regards, Priyank


Solution

  • Basically, you have to:

    1. Install eclipse
    2. Install cdt plugin for eclipse
    3. Install mingw
    4. Build and install opencv
    5. Setup project

    Google search phrase is obvious: eclipse windows opencv