Archive for agosto, 2010
cvBlobsLib against MinGW
by Marat on ago.28, 2010, under Sin categoría
cvBlobsLib is a library to perform binary images connected component labelling (similar to regionprops Matlab function). It also provides functions to manipulate, filter and extract results from the extracted blobs, see features section for more information.
It is distribuited in a static library (.lib). To use it, it is needed to build the .lib file and later use that lib file in the desired project. The problem is that for windows it’s distribuited for using it in MSVC++.
Here you can get the necesary to build it, as debug or release version, with MinGW ot MinGW-QT if installed. Simply open the project folder with Netbeans 6.9 and build it. It will generate a libcvblobslib.a ready to use with your projects.
If you find any problem, please, feel free to post it.
Direct link to cvBlobsLib for Netbeans 6.9
The project hopes to find:
OpenCV binaries at C:\OpenCV2.1\bin
OpenCV includes at C:\OpenCV2.1\include\opencv
Anyway you can change your Netbeans project propeties in order to match with your OpenCV installation path. Enjoy it!.