HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RU_Morphology Class Reference

#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)
 

Detailed Description

Definition at line 18 of file RU_Morphology.h.

Member Function Documentation

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::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 int source,
unsigned int dest,
unsigned int 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 float source,
float dest,
float 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::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 int source,
unsigned int dest,
unsigned int 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 float source,
float dest,
float 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
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 int source,
unsigned int dest,
unsigned int 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 float source,
float dest,
float temp_dest,
int  w,
int  h,
int  xsize,
int  ysize 
)
static

The documentation for this class was generated from the following file: