Ask Your Question
0

how to Build and install cvBlobsLib?

asked Jun 18 '14

updated Oct 6 '15

Hi all, I want to use cvBlobsLib in my project on Visual studio 2013 but I didn't found any tutorial or another material about build and install in a project C++/OpenCV/Visual Studio 2013, if anyone knows how to share with the community. Thanks!

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Jun 19 '14

unxnut gravatar image

You have to build the cvBlobsLib as a separate project and get the output of the project as a static library. You can drop that library in the same directory as the other OpenCV libs and link against that.

Preview: (hide)

Comments

Hello @unxnut, thanks for your answer, you can teach step by step? I download and extract (2 folders: example, library, 6 ather files)

ricardo99 gravatar imagericardo99 (Jun 19 '14)edit

Hello @unuxnut, thanks for your answer, I'm trying to use "cvBlobsLib" because uses cv::Mat and is newer, in this moment I found this links: http://www.eng.auburn.edu/~troppel/internal/sparc/TourBot/TourBot%20References/cvdocuments/cvBlobsLib.htmlhttp://stackoverflow.com/questions/7723206/integrating-cvblobslib-in-opencv and when Build show this error: Error 4 error C1083: Cannot open include file: 'pthread.h': No such file or directory c:\users\ricardo\documents\visual studio 2013\projects\cvblobslib\cvblobslib\ComponentLabeling.h 10 1 cvBlobsLib And I serch and pthread.h doesn't exist in/for windows

ricardo99 gravatar imagericardo99 (Jun 20 '14)edit

ricardo99, true, pthread is linux only.

berak gravatar imageberak (Jun 20 '14)edit

But I want use cvBlobsLib on Windows 7, What I do Now?

ricardo99 gravatar imagericardo99 (Jun 20 '14)edit

Question Tools

Stats

Asked: Jun 18 '14

Seen: 2,654 times

Last updated: Jun 20 '14