plastimatch
Loading...
Searching...
No Matches
ramp_filter.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _ramp_filter_h_
5#define _ramp_filter_h_
6
7#include "plmutil_config.h"
8
9void ramp_filter (
10 float *data,
11 unsigned int width,
12 unsigned int height
13);
14
15#endif
Definition pointset.h:15
void ramp_filter(float *data, unsigned int width, unsigned int height)
Definition ramp_filter.cxx:37