This library allows you to find and track blobs on a picture, using OpenCV.
In order to compile cvBlob you need the following:
- CMAKE https://www.cmake.org
- OpenCV https://opencvlibrary.sourceforge.net
- A recent C++ compiler, that supports some C++11 features
(This section is a Work In Progress)
In Linux, if you have unpacked the source in $CVBLOB, enter in a console:
cd $CVBLOB
cmake .
make
sudo make install
If you are encountering issues, please read this.
For Windows, a Visual Studio 2017 solution is provided in the vc subdirectory.
You can tell CMake where OpenCV is installed, in case it can't find it, using the OpenCV_DIR
variable:
cmake . -DOpenCV_DIR=<path_to_OpenCV>
To change the destination path for the installation, set the CMAKE_INSTALL_PREFIX
variable:
cmake . -DCMAKE_INSTALL_PREFIX=<installation_path>
Encountered an issue? Tell us about it!
The official home page of cvBlob is https://github.com/Steelskin/cvblob
Comments, suggestions and, why not, donations to:
- Fabrice de Gans-Riberi, current maintainer
- Cristóbal Carnero Liñán, first author
- Stefan Gachter
- Kouichi Nishino
- xfgryujk