00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifdef __cplusplus
00022 extern "C" {
00023 #endif
00024
00025 #ifndef __FLGR_MORPHO_LABEL_H
00026 #define __FLGR_MORPHO_LABEL_H
00027
00028 #include <flgrCoreDll.h>
00029 #include <flgrCoreErrors.h>
00030 #include <flgrCoreTypes.h>
00031 #include <flgrCoreData.h>
00032
00033 EXPORT_LIB int flgr2d_label(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00034
00035 EXPORT_LIB int flgr2d_label_fgBIT(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00036 EXPORT_LIB int flgr2d_label_fgUINT8(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00037 EXPORT_LIB int flgr2d_label_fgUINT16(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00038 EXPORT_LIB int flgr2d_label_fgUINT32(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00039 EXPORT_LIB int flgr2d_label_fgINT8(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00040 EXPORT_LIB int flgr2d_label_fgINT16(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00041 EXPORT_LIB int flgr2d_label_fgINT32(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00042 EXPORT_LIB int flgr2d_label_fgFLOAT32(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00043 EXPORT_LIB int flgr2d_label_fgFLOAT64(FLGR_Data2D *imglabel, FLGR_Data2D *imgsrc, FLGR_Connexity connexity);
00044
00045
00046
00047
00048
00049 #endif
00050
00051 #ifdef __cplusplus
00052 }
00053 #endif