Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

IntCLib.hpp File Reference

for call without dll erase "CCLib_" More...

Go to the source code of this file.

Functions

EXPORT void CCLib_ImageLabeling (char *, char *)
 a connected components labeling

EXPORT void CCLib_BorderInitialisation (char *, char *)
 Add borders to image.

EXPORT void CCLib_LoopsExtraction (char *, char *)
 extract a loops image

EXPORT void CCLib_ImageSegmentation (char *, char *)
 segmente an image

EXPORT bool CCLib_IsSparsed (char *, int)
 sparsed noise evaluation

EXPORT void CCLib_ComponentsFiltering (char *, int, char *, int, char *)
 connected components filtering

EXPORT void CCLib_LoopsFiltering (char *, int, char *, int, char *)
 loops filtering

EXPORT void CCLib_ImageFiltering (char *, int, char *, int, char *)
 image filtering

EXPORT void CCLib_ImageContouring (char *, char *)
EXPORT void CCLib_BasicFeatures (char *, char *)
 basic features extraction

EXPORT void CCLib_IncludeGraph (char *, bool, char *)
EXPORT void CCLib_NeighboringGraph (char *, int, char *)
 neighboring graph extraction

EXPORT void CCLib_ConstraintGraph (char *, int, int, bool, char *)
 constraint graph extraction

EXPORT void CCLib_HybridGraph (char *, int, int, int, bool, char *)
EXPORT void CCLib_AddConstraintGraph (char *, int, int, bool, char *)
EXPORT void CCLib_AddLabel (char *, char *, char *, char *)
 add label


Detailed Description

for call without dll erase "CCLib_"

Author:
mathieu delalandre
Date:
01/2004

Function Documentation

EXPORT void CCLib_AddConstraintGraph char *  ,
int  ,
int  ,
bool  ,
char * 
 

void CCLib_AddLabel char *  ,
char *  ,
char *  ,
char * 
 

add label

Parameters:
rec file
top file
str file
res file
Returns:
new str file with added label

void CCLib_BasicFeatures char *  ,
char * 
 

basic features extraction

Parameters:
tiff file path
result tiff file name
Returns:
basic feature xml, inv

void CCLib_BorderInitialisation char *  ,
char * 
 

Add borders to image.

Parameters:
tiff file path
result tiff file path
Returns:
image with borders

void void CCLib_ComponentsFiltering char *  ,
int  ,
char *  ,
int  ,
char * 
 

connected components filtering

Parameters:
tiff file path
mode 1: user filtering 2: automatic filtering
result tiff file path
security criterion current value 64
Returns:
a filtered image

void CCLib_ConstraintGraph char *  ,
int  ,
int  ,
bool  ,
char * 
 

constraint graph extraction

Parameters:
tiff file path
mode 1: user filtering 2: automatic filtering
security 1: dp threshold 2:security criterion (value 64)
s graph components segmentation param
result file without extension
Returns:
xgmml, svg, and str file

EXPORT void CCLib_HybridGraph char *  ,
int  ,
int  ,
int  ,
bool  ,
char * 
 

EXPORT void CCLib_ImageContouring char *  ,
char * 
 

void CCLib_ImageFiltering char *  ,
int  ,
char *  ,
int  ,
char * 
 

image filtering

Parameters:
tiff file path
mode 1: user filtering 2: automatic filtering
result tiff file path
security criterion current value 64
Returns:
a filtered image

void CCLib_ImageLabeling char *  ,
char * 
 

a connected components labeling

Parameters:
tiff file path
result file path without extension
Returns:
xml and svg file

void void CCLib_ImageSegmentation char *  ,
char * 
 

segmente an image

Parameters:
tiff file path
result file path wihout extension
Returns:
an xml file and one image for each connected component

EXPORT void CCLib_IncludeGraph char *  ,
bool  ,
char * 
 

bool CCLib_IsSparsed char *  ,
int 
 

sparsed noise evaluation

Parameters:
tiff file path
security criterion current value 64
Returns:
true sparsed, false not sparsed

void void CCLib_LoopsExtraction char *  ,
char * 
 

extract a loops image

Parameters:
tiff file path
result tiff file path
Returns:
loops image

void CCLib_LoopsFiltering char *  ,
int  ,
char *  ,
int  ,
char * 
 

loops filtering

Parameters:
tiff file path
mode 1: user filtering 2: automatic filtering
result tiff file path
security criterion current value 64
Returns:
a filtered image

void CCLib_NeighboringGraph char *  ,
int  ,
char * 
 

neighboring graph extraction

Parameters:
tiff file path
security criterion current value 64
s graph components segmentation param
result file without extension
Returns:
str, svg, xgmml, and tiff file


Generated on Mon May 31 22:42:46 2004 for CCLib by doxygen1.3