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_CORE_NHB_FILL_H
00026 #define __FLGR_CORE_NHB_FILL_H
00027
00028 #include <flgrCoreDll.h>
00029 #include <flgrCoreErrors.h>
00030 #include <flgrCoreTypes.h>
00031 #include <flgrCoreData.h>
00032
00033
00034 EXPORT_LIB FLGR_Ret flgr1d_fill_neighborhood(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00035
00036 EXPORT_LIB FLGR_Ret flgr2d_fill_neighborhood(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00037
00038 EXPORT_LIB FLGR_Ret flgr2d_native_dilate_4_connexity(FLGR_Data2D *nhb);
00039 EXPORT_LIB FLGR_Ret flgr2d_native_dilate_6_connexity(FLGR_Data2D *nhb);
00040 EXPORT_LIB FLGR_Ret flgr2d_native_dilate_8_connexity(FLGR_Data2D *nhb);
00041
00042
00043 EXPORT_LIB void flgr1d_fill_neighborhood_fgBIT(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00044 EXPORT_LIB void flgr1d_fill_neighborhood_fgUINT8(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00045 EXPORT_LIB void flgr1d_fill_neighborhood_fgUINT16(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00046 EXPORT_LIB void flgr1d_fill_neighborhood_fgUINT32(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00047 EXPORT_LIB void flgr1d_fill_neighborhood_fgINT8(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00048 EXPORT_LIB void flgr1d_fill_neighborhood_fgINT16(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00049 EXPORT_LIB void flgr1d_fill_neighborhood_fgINT32(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00050 EXPORT_LIB void flgr1d_fill_neighborhood_fgFLOAT32(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00051 EXPORT_LIB void flgr1d_fill_neighborhood_fgFLOAT64(FLGR_Data1D *nhb, FLGR_Shape shape, int width);
00052
00053 EXPORT_LIB void flgr2d_fill_neighborhood_fgBIT(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00054 EXPORT_LIB void flgr2d_fill_neighborhood_fgUINT8(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00055 EXPORT_LIB void flgr2d_fill_neighborhood_fgUINT16(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00056 EXPORT_LIB void flgr2d_fill_neighborhood_fgUINT32(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00057 EXPORT_LIB void flgr2d_fill_neighborhood_fgINT8(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00058 EXPORT_LIB void flgr2d_fill_neighborhood_fgINT16(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00059 EXPORT_LIB void flgr2d_fill_neighborhood_fgINT32(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00060 EXPORT_LIB void flgr2d_fill_neighborhood_fgFLOAT32(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00061 EXPORT_LIB void flgr2d_fill_neighborhood_fgFLOAT64(FLGR_Data2D *nhb, FLGR_Shape shape, int width, int height);
00062
00063
00064 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgBIT(FLGR_Data2D *nhb);
00065 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgUINT8(FLGR_Data2D *nhb);
00066 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgUINT16(FLGR_Data2D *nhb);
00067 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgUINT32(FLGR_Data2D *nhb);
00068 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgINT8(FLGR_Data2D *nhb);
00069 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgINT16(FLGR_Data2D *nhb);
00070 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgINT32(FLGR_Data2D *nhb);
00071 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgFLOAT32(FLGR_Data2D *nhb);
00072 EXPORT_LIB void flgr2d_native_dilate_4_connexity_fgFLOAT64(FLGR_Data2D *nhb);
00073
00074
00075 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgBIT(FLGR_Data2D *nhb);
00076 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgUINT8(FLGR_Data2D *nhb);
00077 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgUINT16(FLGR_Data2D *nhb);
00078 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgUINT32(FLGR_Data2D *nhb);
00079 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgINT8(FLGR_Data2D *nhb);
00080 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgINT16(FLGR_Data2D *nhb);
00081 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgINT32(FLGR_Data2D *nhb);
00082 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgFLOAT32(FLGR_Data2D *nhb);
00083 EXPORT_LIB void flgr2d_native_dilate_6_connexity_fgFLOAT64(FLGR_Data2D *nhb);
00084
00085
00086 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgBIT(FLGR_Data2D *nhb);
00087 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgUINT8(FLGR_Data2D *nhb);
00088 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgUINT16(FLGR_Data2D *nhb);
00089 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgUINT32(FLGR_Data2D *nhb);
00090 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgINT8(FLGR_Data2D *nhb);
00091 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgINT16(FLGR_Data2D *nhb);
00092 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgINT32(FLGR_Data2D *nhb);
00093 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgFLOAT32(FLGR_Data2D *nhb);
00094 EXPORT_LIB void flgr2d_native_dilate_8_connexity_fgFLOAT64(FLGR_Data2D *nhb);
00095
00096
00097
00098
00099
00100
00101
00102
00103 #endif
00104
00105 #ifdef __cplusplus
00106 }
00107 #endif