12#ifndef __CUNORMALIZER_H
13#define __CUNORMALIZER_H
17namespace isce3::matchtemplate::pycuampcor {
23class cuNormalizeProcessor {
26 cuNormalizeProcessor() {}
27 ~cuNormalizeProcessor() {}
37 cuNormalizer() =
delete;
39 cuNormalizer(
int secondaryNX,
int secondaryNY,
int count);
46class cuNormalizeSAT :
public cuNormalizeProcessor
54 cuNormalizeSAT(
int secondaryNX,
int secondaryNY,
int count);
Abstract class interface for correlation surface normalization processor with different implementatio...
Definition cuCorrNormalizer.h:23
Header file for cuArrays class.