Russell Crowe
Russell Crowe

Reputation: 67

cvBlobsLib with mingw

Does anybody know how to build cvBlobsLib using MinGW? On official page http://opencv.willowgarage.com/wiki/cvBlobsLib there is only instruction for VS.

There is also linux version of this lib http://opencv.willowgarage.com/wiki/cvBlobsLib?action=AttachFile&do=view&target=cvblobs8.3_linux.tgz , but its makefile cannot be used in windows as i see.

Upvotes: 0

Views: 557

Answers (1)

Noamiko
Noamiko

Reputation: 749

If you use eclipse then you dont have a lot of work: Create a new project, using MinGW toolchain. Go to the project properties, and under C/C++ General >> Paths and Symbols add the openCV library paths. compile the project and it should be OK. Use this http://opencv.willowgarage.com/wiki/cvBlobsLib#Build_intructions if you have more problems (especially NOTE 3)

Upvotes: 0

Related Questions