19 #ifndef IMG_ALG_REAL_SPACE_CROSSCORR_HH
20 #define IMG_ALG_REAL_SPACE_CROSSCORR_HH
24 namespace ost {
namespace img {
namespace alg {
29 const ConstImageHandle& image2);
37 const ConstImageHandle& image2,
38 const img::Extent& extent);
#define DLLEXPORT_IMG_ALG
Real DLLEXPORT_IMG_ALG RealSpatialCrossCorrelation(const ConstImageHandle &image1, const ConstImageHandle &image2)
Computes cross correlation of images Both input images must be Real Spatial their extent should be th...