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.


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.

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.

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.

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.



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