plastimatch
Loading...
Searching...
No Matches
gaussian.h
Go to the documentation of this file.
1/* -----------------------------------------------------------------------
2 See COPYRIGHT.TXT and LICENSE.TXT for copyright and license information
3 ----------------------------------------------------------------------- */
4#ifndef _gaussian_h_
5#define _gaussian_h_
6
7#include "plmbase_config.h"
8
9PLMBASE_API float* create_ker (float coeff, int half_width);
10PLMBASE_API void validate_filter_widths (int *fw_out, int *fw_in);
11PLMBASE_API void kernel_stats (float* kerx, float* kery, float* kerz, int fw[]);
12
13#endif
void validate_filter_widths(int *fw_out, int *fw_in)
Definition gaussian.cxx:39
float * create_ker(float coeff, int half_width)
Definition gaussian.cxx:15
void kernel_stats(float *kerx, float *kery, float *kerz, int fw[])
Definition gaussian.cxx:53
#define PLMBASE_API
Definition plmbase_config.h:19