9#ifndef __CUAMPCORUTIL_H
10#define __CUAMPCORUTIL_H
23 const int *offsetH,
const int* offsetW, cudaStream_t stream);
25 const int *offsetH,
const int* offsetW, cudaStream_t stream);
27 const int *offsetH,
const int* offsetW, cudaStream_t stream);
34template<
typename T_in,
typename T_out>
40template<
typename T_in,
typename T_out>
42void cuArraysSetConstant(
cuArrays<float> *imageIn,
float value, cudaStream_t stream);
71 int OverSampleRatioZoomin,
int OverSampleRatioRaw,
72 int xHalfRangeInit,
int yHalfRangeInit,
76 int xOldRange,
int yOldRange,
int xNewRange,
int yNewRange, cudaStream_t stream);
Define error checking in cuda calls.
A class holds cuAmpcor process parameters.
Header file for cuArrays class.
Various cuda related parameters and utilities.
Define flags to control the debugging.