YAC
3.7.1
Yet Another Coupler
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
12
enum
yac_interp_ncc_weight_type
{
13
YAC_INTERP_NCC_AVG
= 0,
14
YAC_INTERP_NCC_DIST
= 1,
15
};
16
17
#define YAC_INTERP_NCC_WEIGHT_TYPE_DEFAULT (0)
18
#define YAC_INTERP_NCC_PARTIAL_COVERAGE_DEFAULT (0)
19
20
struct
interp_method
*
yac_interp_method_ncc_new
(
21
enum
yac_interp_ncc_weight_type
weight_type
,
22
int
partial_coverage);
23
24
// YAC PUBLIC HEADER STOP
25
26
#endif
// INTERP_METHOD_NCC_H
interp_method.h
yac_interp_method_ncc_new
struct interp_method * yac_interp_method_ncc_new(enum yac_interp_ncc_weight_type weight_type, int partial_coverage)
Definition
interp_method_ncc.c:426
yac_interp_ncc_weight_type
yac_interp_ncc_weight_type
Definition
interp_method_ncc.h:12
YAC_INTERP_NCC_DIST
@ YAC_INTERP_NCC_DIST
distance weighted average of n source points
Definition
interp_method_ncc.h:14
YAC_INTERP_NCC_AVG
@ YAC_INTERP_NCC_AVG
average of n source points
Definition
interp_method_ncc.h:13
interp_method
Definition
interp_method_internal.h:36
weight_type
weight_type
Definition
test_interp_weights_parallel.c:29
src
core
interp_method_ncc.h
Generated on Tue May 27 2025 07:10:25 for YAC by
1.11.0