5#ifndef INTERP_METHOD_NCC_H
6#define INTERP_METHOD_NCC_H
21#define YAC_INTERP_NCC_WEIGHT_TYPE_DEFAULT (0)
22#define YAC_INTERP_NCC_PARTIAL_COVERAGE_DEFAULT (0)
26 int partial_coverage);
enum yac_interp_ncc_weight_type weight_type
struct interp_method * yac_interp_method_ncc_new(enum yac_interp_ncc_weight_type weight_type, int partial_coverage)
yac_interp_ncc_weight_type
@ YAC_INTERP_NCC_DIST
distance weighted average of n source points
@ YAC_INTERP_NCC_AVG
average of n source points