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://cmake.org
- OpenCV https://opencv.org
- A recent C++ compiler, that supports some C++11 features
In Linux, Meson or CMake can be used.
cd $CVBLOB
meson builddir
cd builddir
ninja
(sudo) ninja install
cd $CVBLOB
mkdir build
cd build
cmake -GNinja ..
ninja
(sudo) ninja install
A Visual Studio 2012 solution is provided in the vc subdirectory. CMake can also be used.
When configuring with meson, simply provide a --prefix=/path
like
...
cd builddir
meson --prefix=~/.local ..
...
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, current maintainer
- Cristóbal Carnero Liñán, first author
- Stefan Gachter
- Kouichi Nishino
- Giandomenico De Sanctis
- Michael de Gans