Priyank Thakkar
Priyank Thakkar

Reputation: 4852

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

Upvotes: 1

Views: 433

Answers (1)

ArtemStorozhuk
ArtemStorozhuk

Reputation: 8725

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

Upvotes: 2

Related Questions