1
How to run the Opencvblobslib bilioteca compilation in Microsoft Visual Studio 2013 (works in previous versions)
1
How to run the Opencvblobslib bilioteca compilation in Microsoft Visual Studio 2013 (works in previous versions)
2
Step by step (I put this tutorial in github issues but it was closed)
C:\pthreads.hWin32
(i created this folder)Pre-built.2
, pthreads.2
, QueueUserAPCEx
.Pre-built.2
had 3 subfolders: Lib
(2 sub-folders: x64 with libpthreadGC2.a (Extension . a) and pthreadVC2.lib, x86 I do not use) and dll
, include with 3 . h.include
in the Additional include directories(MVS)
.lib
in Additional include directories
.pthreadVC2.lib
inside the lib folderpragma warning (disable: 4996) // Esta função ou variável pode ser inseguro
Release / x64
and I clicked on BUILD - >> Build Solution
C:\Users\<nomeDoSeuUsuario>\Documents\Visual Studio 2013\Projects\cvBlobsLib\x64\Release
You will find the cvBlobsLib.lib library with 11,554 KB.You can download the result here: https://www.dropbox.com/s/bctrg3o8jihnf2r/cvBlobsLib.lib
Browser other questions tagged opencv
You are not signed in. Login or sign up in order to post.
You gave less than 1 minute for people to respond, hahaha. I know what you are trying to do here. ;)
– karlphillip
I answered my own question
– Ricardo