What is the largest amount of memory for gpu::matchTemplate?

asked 2016-02-27 05:28:11 -0600

amir_pro gravatar image

I use OpenCV2.4.11 + CUDA 7.5 + GeForece GTX 750 Ti. Source image for gpu::matchTemplate is large. I've done a comparison between GpuMat different sizes and i found best GpuMat size for gpu::matchtemplate in all six matching algorithm (CV_TM_SQDIFF .. CV_TM_CCOEFF_NORMED) and that is 90006000 (rowscols).

I have two question: 1) How can i use of gpu::matchtemplate on largest images? 2) How to work gpu::MatchTemplateBuf?

edit retag flag offensive close merge delete