HomeSort by relevance Sort by last modified time
    Searched refs:matchTemplateNaive_SQDIFF (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudaimgproc/src/cuda/
match_template.cu 181 void matchTemplateNaive_SQDIFF(const PtrStepSzb image, const PtrStepSzb templ, PtrStepSzf result, cudaStream_t stream)
199 0, matchTemplateNaive_SQDIFF<float, 1>, matchTemplateNaive_SQDIFF<float, 2>, matchTemplateNaive_SQDIFF<float, 3>, matchTemplateNaive_SQDIFF<float, 4>
211 0, matchTemplateNaive_SQDIFF<uchar, 1>, matchTemplateNaive_SQDIFF<uchar, 2>, matchTemplateNaive_SQDIFF<uchar, 3>, matchTemplateNaive_SQDIFF<uchar, 4>
    [all...]
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 347 static bool matchTemplateNaive_SQDIFF(InputArray _image, InputArray _templ, OutputArray _result)
373 return( matchTemplateNaive_SQDIFF(_image, _templ, _result));
    [all...]

Completed in 50 milliseconds