-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
90 lines (49 loc) · 1.97 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
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: [email protected]
6. CONTRIBUTORS
Stefan Gachter Web page: http://gachter.name
Kouichi Nishino