plastimatch
|
#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[]) |
float * create_ker | ( | float | coeff, |
int | half_width ) |
void kernel_stats | ( | float * | kerx, |
float * | kery, | ||
float * | kerz, | ||
int | fw[] ) |
void validate_filter_widths | ( | int * | fw_out, |
int * | fw_in ) |