|
static void | dilate (const unsigned char *source, unsigned char *dest, unsigned char *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilate (const unsigned short *source, unsigned short *dest, unsigned short *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilate (const unsigned int *source, unsigned int *dest, unsigned int *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilate (const fpreal16 *source, fpreal16 *dest, fpreal16 *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilate (const float *source, float *dest, float *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | erode (const unsigned char *source, unsigned char *dest, unsigned char *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | erode (const unsigned short *source, unsigned short *dest, unsigned short *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | erode (const unsigned int *source, unsigned int *dest, unsigned int *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | erode (const fpreal16 *source, fpreal16 *dest, fpreal16 *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | erode (const float *source, float *dest, float *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilateErode (const unsigned char *source, unsigned char *dest, unsigned char *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilateErode (const unsigned short *source, unsigned short *dest, unsigned short *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilateErode (const unsigned int *source, unsigned int *dest, unsigned int *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilateErode (const fpreal16 *source, fpreal16 *dest, fpreal16 *temp_dest, int w, int h, int xsize, int ysize) |
|
static void | dilateErode (const float *source, float *dest, float *temp_dest, int w, int h, int xsize, int ysize) |
|
Definition at line 18 of file RU_Morphology.h.