plastimatch
Loading...
Searching...
No Matches
ramp_filter.h File Reference
#include "plmutil_config.h"

Go to the source code of this file.

Functions

void ramp_filter (float *data, unsigned int width, unsigned int height)
 

Function Documentation

◆ ramp_filter()

void ramp_filter ( float * data,
unsigned int width,
unsigned int height )

In-place ramp filter for greyscale images

Parameters
dataThe pixel data of the image
widthThe width of the image
heightThe height of the image \template_param T The type of pixel in the image