Percentile filters essentially average a region of the image. The average weighting used is the percentile.
Static Public Member Functions | |
static void | Filter (Color[] inPixels, Color[] outPixels, int width, int height, int hRadius, int vRadius, TextureNode percentile) |
static void | Filter (Color[] inPixels, Color[] outPixels, int width, int height, int hRadius, int vRadius, int ch, ushort[] histograms, TextureNode percentile) |
|
inlinestatic |
|
inlinestatic |