Project

General

Profile

Statistics
| Branch: | Revision:

root / vision / cvblobs8.3 / BlobLibraryConfiguration.h @ b11b2b30

History | View | Annotate | Download (733 Bytes)

1
/************************************************************************
2
                          BlobLibraryConfiguration.h
3
                          
4
FUNCIONALITAT: Configuraci? del comportament global de la llibreria
5
AUTOR: Inspecta S.L.
6
MODIFICACIONS (Modificaci?, Autor, Data):
7

8
FUNCTIONALITY: Global configuration of the library
9
AUTHOR: Inspecta S.L.
10
MODIFICATIONS (Modification, Author, Date):
11

12
**************************************************************************/
13

    
14
//! Indica si es volen fer servir les MatrixCV o no
15
//! Use/Not use the MatrixCV class
16
//#define MATRIXCV_ACTIU
17

    
18
//! Uses/not use the blob object factory
19
//#define BLOB_OBJECT_FACTORY
20

    
21
//! Show/not show blob access errors
22
//#define _SHOW_ERRORS  //AO: Only works for WIN.