mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 18:03:27 +02:00
22 lines
711 B
C
22 lines
711 B
C
/************************************************************************
|
|
BlobLibraryConfiguration.h
|
|
|
|
FUNCIONALITAT: Configuració del comportament global de la llibreria
|
|
AUTOR: Inspecta S.L.
|
|
MODIFICACIONS (Modificació, Autor, Data):
|
|
|
|
FUNCTIONALITY: Global configuration of the library
|
|
AUTHOR: Inspecta S.L.
|
|
MODIFICATIONS (Modification, Author, Date):
|
|
|
|
**************************************************************************/
|
|
|
|
//! Indica si es volen fer servir les MatrixCV o no
|
|
//! Use/Not use the MatrixCV class
|
|
//#define MATRIXCV_ACTIU
|
|
|
|
//! Uses/not use the blob object factory
|
|
//#define BLOB_OBJECT_FACTORY
|
|
|
|
//! Show/not show blob access errors
|
|
//#define _SHOW_ERRORS //AO: Only works for WIN.
|