Project

General

Profile

Statistics
| Branch: | Revision:

root / vision / cvblobs8.3 / README @ b11b2b30

History | View | Annotate | Download (1 KB)

1

    
2

    
3
This is a quick port of the Windows cvblobs8.3 library to Linux.
4

    
5
A make file is included which produces the static library: libblob.a
6

    
7
Installation:
8
-After extracting the files, go into the source directory.
9
-Command: 
10
	make
11
 to compile the source code. The output file is: libblob.a
12
-Copy this into /usr/local/lib
13
      su
14
      <write your root password>
15
      cp libblob.a /usr/local/lib
16
      ldconfig
17
      exit
18
The command 'ldconfig' registers the new library.
19

    
20
You can also copy all header file to a suitable location such as:
21
    /usr/local/include/cvblobs
22
so that they are avilable for all programs.
23
In that case, change the include lines (for example):
24
from:
25
   	#include "BlobResult.h"
26
to:
27
	#include <cvblobs/BlobResult.h>
28
for all of your related source files.
29

    
30
Comment:
31
There was some major problem with the file:BlobProperties.h 
32
Some surgery was reuired to make it compilable under g++.
33

    
34
Ahmet Onat
35
I can be reached at: ahmetonat <inthedomain> gmail
36
Sorry about the obfuscation above to block out crawlers.
37