YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
interp_method_ncc.h
Go to the documentation of this file.
1// Copyright (c) 2024 The YAC Authors
2//
3// SPDX-License-Identifier: BSD-3-Clause
4
5#ifndef INTERP_METHOD_NCC_H
6#define INTERP_METHOD_NCC_H
7
8#include "interp_method.h"
9
10// YAC PUBLIC HEADER START
11
20
21#define YAC_INTERP_NCC_WEIGHT_TYPE_DEFAULT (0)
22#define YAC_INTERP_NCC_PARTIAL_COVERAGE_DEFAULT (0)
23
25 enum yac_interp_ncc_weight_type weight_type,
26 int partial_coverage);
27
28// YAC PUBLIC HEADER STOP
29
30#endif // INTERP_METHOD_NCC_H
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