OpenCV  2.4.13.2
Open Source Computer Vision
cv::gpu::MatchTemplateBuf Struct Reference

#include <gpu.hpp>

Public Attributes

Size user_block_size
 
GpuMat imagef
 
GpuMat templf
 
std::vector< GpuMatimages
 
std::vector< GpuMatimage_sums
 
std::vector< GpuMatimage_sqsums
 

Member Data Documentation

§ image_sqsums

std::vector<GpuMat> cv::gpu::MatchTemplateBuf::image_sqsums

§ image_sums

std::vector<GpuMat> cv::gpu::MatchTemplateBuf::image_sums

§ imagef

GpuMat cv::gpu::MatchTemplateBuf::imagef

§ images

std::vector<GpuMat> cv::gpu::MatchTemplateBuf::images

§ templf

GpuMat cv::gpu::MatchTemplateBuf::templf

§ user_block_size

Size cv::gpu::MatchTemplateBuf::user_block_size

The documentation for this struct was generated from the following file: