9#ifndef __CUAMPCORUTIL_H
10#define __CUAMPCORUTIL_H
16namespace isce3::matchtemplate::pycuampcor {
20 const int *offsetH,
const int* offsetW);
22 const int *offsetH,
const int* offsetW);
24 const int *offsetH,
const int* offsetW);
39template<
typename T_in,
typename T_out>
62 int OverSampleRatioZoomin,
int OverSampleRatioRaw,
63 int xHalfRangeInit,
int yHalfRangeInit);
66 int xOldRange,
int yOldRange,
int xNewRange,
int yNewRange);
A class holds cuAmpcor process parameters.
Header file for cuArrays class.