TLIB documentation
 

tlExtract.h File Reference


Detailed Description

Internal segmentation operators.

#include "tlVision.h"
#include "tlHist2D.h"

Include dependency graph for tlExtract.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define TL_EXTRACT_DATA_DEPTH   4

Functions

int tl_extract (tl_extract_data *data)
int tl_extract_nr (tl_extract_data *data)
int tl_extract_cm_nrg (tl_extract_data_cm *data)
int tl_extract_cm_hsi (tl_extract_data_cm *data)


Define Documentation

#define TL_EXTRACT_DATA_DEPTH   4

Maximum image depth (i.e. channels such as R,G,B) that is supported by the extraction routine.

Referenced by tl_extract(), and tl_extract_nr().


Function Documentation

int tl_extract ( tl_extract_data *  data  ) 

Recursive call to filter pixel values in an image with arbitrary depth.

Parameters:
data structure containing the search params
Returns:
0 on success, -1 otherwise. See error management for details.

References TL_CONNEX_8, tl_extract(), TL_EXTRACT_DATA_DEPTH, TL_MAX, TL_MAX_PIXEL_VAL, and TL_MIN.

Referenced by tlObject::extract(), and tl_extract().

int tl_extract_cm_hsi ( tl_extract_data_cm *  data  ) 

Recursive call to filter HSI pixel values in an image with arbitrary depth.

Parameters:
data structure containing the search params
Returns:
0 on success, -1 otherwise. See error management for details.

References TL_CONNEX_8, and tl_extract_cm_hsi().

Referenced by tlObject::extract(), and tl_extract_cm_hsi().

int tl_extract_cm_nrg ( tl_extract_data_cm *  data  ) 

Recursive call to filter NRG pixel values in an image with arbitrary depth.

Parameters:
data structure containing the search params
Returns:
0 on success, -1 otherwise. See error management for details.

References TL_CONNEX_8, and tl_extract_cm_nrg().

Referenced by tlObject::extract(), and tl_extract_cm_nrg().

int tl_extract_nr ( tl_extract_data *  data  ) 

Non-recursive call to filter pixel values in an image with arbitrary depth.

Parameters:
data structure containing the search params
Returns:
0 on success, -1 otherwise.
See error management for details.

References TL_EXTRACT_DATA_DEPTH, tl_extract_nr(), TL_MAX, TL_MAX_PIXEL_VAL, and TL_MIN.

Referenced by tl_extract_nr().



TLIB documentation - generated on 12 May 2008
Please address any questions to seb@tuyphon.com
(C) 2001-2008 - S. Grange
(C) 2001-2007 - VRAI Group, EPFL
All Rights Reserved.