#include <RU_Morphology.h>
Static Public Member Functions | |
| 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 26 of file RU_Morphology.h.
| static void RU_Morphology::dilate | ( | const float * | source, | |
| float * | dest, | |||
| float * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilate | ( | const fpreal16 * | source, | |
| fpreal16 * | dest, | |||
| fpreal16 * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilate | ( | const unsigned int * | source, | |
| unsigned int * | dest, | |||
| unsigned int * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilate | ( | const unsigned short * | source, | |
| unsigned short * | dest, | |||
| unsigned short * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilate | ( | const unsigned char * | source, | |
| unsigned char * | dest, | |||
| unsigned char * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilateErode | ( | const float * | source, | |
| float * | dest, | |||
| float * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilateErode | ( | const fpreal16 * | source, | |
| fpreal16 * | dest, | |||
| fpreal16 * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilateErode | ( | const unsigned int * | source, | |
| unsigned int * | dest, | |||
| unsigned int * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilateErode | ( | const unsigned short * | source, | |
| unsigned short * | dest, | |||
| unsigned short * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::dilateErode | ( | const unsigned char * | source, | |
| unsigned char * | dest, | |||
| unsigned char * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::erode | ( | const float * | source, | |
| float * | dest, | |||
| float * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::erode | ( | const fpreal16 * | source, | |
| fpreal16 * | dest, | |||
| fpreal16 * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::erode | ( | const unsigned int * | source, | |
| unsigned int * | dest, | |||
| unsigned int * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::erode | ( | const unsigned short * | source, | |
| unsigned short * | dest, | |||
| unsigned short * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
| static void RU_Morphology::erode | ( | const unsigned char * | source, | |
| unsigned char * | dest, | |||
| unsigned char * | temp_dest, | |||
| int | w, | |||
| int | h, | |||
| int | xsize, | |||
| int | ysize | |||
| ) | [static] |
1.5.9