sam ran
sam ran

Reputation: 137

opencv 3.0.0 and 2.4.10 dont have MinGW folder

I am trying to install openCV 3.0.0-beta, MinGW and eclipse. I am following steps given in Getting started with OpenCV 2.4 and MinGW on Windows 7 But I discover that I dont have C:\opencv\build\x86\mingw\ in my opencv folder. Then I also downloaded opencv 2.4.10 but that also doesn't contain mingw folder

Upvotes: 0

Views: 649

Answers (1)

ZuOverture
ZuOverture

Reputation: 233

It's not you, OpenCV 2.4.10 does not include MinGW build. Options are:

  1. Build it yourself, using cmake files supplied with OpenCV sources and MinGW generator
  2. Switch to MSVC toolchain in Eclipse

Upvotes: 2

Related Questions