plastimatch
|
#include "plmutil_config.h"
Go to the source code of this file.
Functions | |
void | ramp_filter (float *data, unsigned int width, unsigned int height) |
void ramp_filter | ( | float * | data, |
unsigned int | width, | ||
unsigned int | height ) |
In-place ramp filter for greyscale images
data | The pixel data of the image |
width | The width of the image |
height | The height of the image \template_param T The type of pixel in the image |