plastimatch
Loading...
Searching...
No Matches
gaussian.cxx File Reference
#include "plmregister_config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "gaussian.h"

Functions

float * create_ker (float coeff, int half_width)
 
void validate_filter_widths (int *fw_out, int *fw_in)
 
void kernel_stats (float *kerx, float *kery, float *kerz, int fw[])
 

Function Documentation

◆ create_ker()

float * create_ker ( float coeff,
int half_width )

◆ kernel_stats()

void kernel_stats ( float * kerx,
float * kery,
float * kerz,
int fw[] )

◆ validate_filter_widths()

void validate_filter_widths ( int * fw_out,
int * fw_in )