Emgu CV Cvblob Git Clone
Emgu CV is a cross platform .Net wrapper for OpenCV
Brought to you by:
canming
| File | Date | Author | Commit |
|---|---|---|---|
| CMakeScripts | 2010-12-20 |
|
[40fea1] CMake will find OpenCV by itself. |
| contrib | 2011-05-26 |
|
[df84bd] Remove references to cvCentralMoments from Doxy... |
| cvBlob | 2018-11-14 |
|
[f44e5c] Fix for Open CV 4.0-pre |
| samples | 2011-01-04 |
|
[72d3bc] Minor changes. |
| test | 2011-01-04 |
|
[0a3fa0] Improve installation (Linux). |
| CMakeLists.txt | 2011-01-26 |
|
[b65c52] Ups! I forgot to fix the indentation. |
| COPYING | 2008-09-08 |
|
[db4034] Update license. |
| COPYING.LESSER | 2008-09-08 |
|
[db4034] Update license. |
| ChangeLog | 2012-05-25 |
|
[0e5841] Updated ChangeLog. |
| Doxyfile | 2009-09-22 |
|
[3bfe1a] Removed obsolete parameter. |
| README | 2011-03-10 |
|
[6e74e7] Updated version. |
| cvBlobConfig.cmake.in | 2011-01-26 |
|
[b65c52] Ups! I forgot to fix the indentation. |
| cvblob.pc.cmake.in | 2011-01-04 |
|
[0a3fa0] Improve installation (Linux). |
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 install In 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.html 3.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=<path_to_OpenCV> 3.2 Installation path To change the destination path for the installation, set "CMAKE_INSTALL_PREFIX" variable: cmake . -DCMAKE_INSTALL_PREFIX=<installation_path> 3.3 Problems Latest information about compiling: http://code.google.com/p/cvblob/wiki/HowToCompile 4. INFORMATION The official home page of cvBlob is: http://cvblob.googlecode.com Downloads: http://code.google.com/p/cvblob/downloads/list Documentation: http://code.google.com/p/cvblob/wiki/WikiIndex?tm=6 Bug reports: http://code.google.com/p/cvblob/issues/list 5. 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