https://github.com/emgucv/cvblob
A Git clone of the cvBlob library that is originally hosted from http://cvblob.googlecode.com/svn/trunk
https://github.com/emgucv/cvblob
Last synced: 4 months ago
JSON representation
A Git clone of the cvBlob library that is originally hosted from http://cvblob.googlecode.com/svn/trunk
- Host: GitHub
- URL: https://github.com/emgucv/cvblob
- Owner: emgucv
- License: lgpl-3.0
- Created: 2017-01-04T19:18:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-23T21:59:43.000Z (almost 6 years ago)
- Last Synced: 2025-06-12T20:02:31.766Z (4 months ago)
- Language: C++
- Size: 918 KB
- Stars: 10
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
README for 0.10.4 cvBlob.
1. DOWNLOAD LATEST SOURCE
You need Subversion ( http://subversion.tigris.org ).
Read only checkout:
svn checkout http://cvblob.googlecode.com/svn/trunk/ cvblob-read-only
2. DEPENDENCIES
In order to compile cvBlob you need the following:
* CMAKE ( http://www.cmake.org )
* OpenCV ( http://opencvlibrary.sourceforge.net )2.1 Instalation of dependencies in Debian type SO (Ubuntu,...) using apt:
If you are in a Debian style distribution (Ubuntu, for example) you can do something
like this:sudo aptitude install cmake libcv4 libcv-dev libcvaux4
2.2 Instalation of dependencies in SuSE using Yast
Type this:
su -c "yast -i libopencv1 opencv opencv-debuginfo opencv-debugsource opencv-devel opencv-python cmake cmake-gui"
3. COMPILING AND INSTALLING
In Linux, if you have unpacked the source in $CVBLOB, enter in a console:
cd $CVBLOB
cmake .
make
sudo make installIn Windows it must be as easy as in Linux (changing "make" for the equivalent in your compiler).
If problems, please read:
http://www.cmake.org/HTML/RunningCMake.html3.1 OpenCV path
You can tell CMake where OpenCV is installed, in case it can't find it, using the "OpenCV_DIR" variable:
cmake . -DOpenCV_DIR=
3.2 Installation path
To change the destination path for the installation, set "CMAKE_INSTALL_PREFIX" variable:
cmake . -DCMAKE_INSTALL_PREFIX=
3.3 Problems
Latest information about compiling:
http://code.google.com/p/cvblob/wiki/HowToCompile4. INFORMATION
The official home page of cvBlob is:
http://cvblob.googlecode.comDownloads:
http://code.google.com/p/cvblob/downloads/listDocumentation:
http://code.google.com/p/cvblob/wiki/WikiIndex?tm=6Bug reports:
http://code.google.com/p/cvblob/issues/list5. MAIN AUTHOR
Comments, suggestions and, why not, donations (PayPal) to:
Cristóbal Carnero Liñán E-mail: grendel.ccl@gmail.com
6. CONTRIBUTORS
Stefan Gachter Web page: http://gachter.name
Kouichi Nishino