Ask Your Question
0

how to Build and install cvBlobsLib?

asked 2014-06-18 17:25:01 -0600

updated 2015-10-06 08:44:21 -0600

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!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-06-18 19:43:22 -0600

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.

edit flag offensive delete link more

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 ( 2014-06-19 14:34:50 -0600 )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 ( 2014-06-20 14:24:54 -0600 )edit

ricardo99, true, pthread is linux only.

berak gravatar imageberak ( 2014-06-20 14:43:15 -0600 )edit

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

ricardo99 gravatar imagericardo99 ( 2014-06-20 14:45:06 -0600 )edit

Question Tools

Stats

Asked: 2014-06-18 17:25:01 -0600

Seen: 2,575 times

Last updated: Jun 20 '14