I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com

Graphics

Sub levels below this category:


Median Filter

Median filter module
float* median (float out[], const float in[], int nx, int ny)
float* fillborder (float img[], int nx, int ny)
int fcmp (const void *p1, const void *p2)

Order Statistic Filter Class

This class implements order-statistic image processing filters.
float* Filt::alpha (float out[], const float in[], int nx, int ny, int trim)
float* Filt::max (float out[], const float in[], int nx, int ny)
float* Filt::median (float out[], const float in[], int nx, int ny)
float* Filt::midpoint (float out[], const float in[], int nx, int ny)
float* Filt::min (float out[], const float in[], int nx, int ny)
float Filt::alphaval (windat *w)
float Filt::minval (windat *w)
float Filt::maxval (windat *w)
float Filt::medval (windat *w)
float Filt::midval (windat *w)
float* Filt::filt (float out[], const float in[], int nx, int ny, selfunc pf, int trim)
float* Filt::fillborder (float img[], int nx, int ny)
int Filt::fcmp (const void *p1, const void *p2)

RGB To Hex

std::string toHex (int n)
std::string rgbToHex (int R,int G,int B)