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

  /external/opencv3/modules/cudaimgproc/src/
match_template.cpp 169 explicit Match_CCORR_32F(Size user_block_size);
178 Match_CCORR_32F::Match_CCORR_32F(Size user_block_size)
180 conv_ = cuda::createConvolution(user_block_size);
222 explicit Match_CCORR_8U(Size user_block_size) : match32F_(user_block_size)
265 explicit Match_CCORR_NORMED_8U(Size user_block_size) : match_CCORR_(user_block_size)
329 explicit Match_SQDIFF_8U(Size user_block_size) : match_CCORR_(user_block_size)
376 explicit Match_SQDIFF_NORMED_8U(Size user_block_size) : match_CCORR_(user_block_size
    [all...]
  /external/opencv3/modules/cudaarithm/src/
arithm.cpp 407 explicit ConvolutionImpl(Size user_block_size_) : user_block_size(user_block_size_) {}
417 Size user_block_size;
430 block_size = user_block_size;
431 if (user_block_size.width == 0 || user_block_size.height == 0)
537 Ptr<Convolution> cv::cuda::createConvolution(Size user_block_size)
540 (void) user_block_size;
544 return makePtr<ConvolutionImpl>(user_block_size);
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 666 @param user_block_size You can use field user_block_size to set specific block size. If you
668 optimized for speed). By varying user_block_size you can reduce memory requirements at the cost
687 CV_EXPORTS Ptr<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_size = Size());
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp     [all...]
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 121 Size user_block_size; member in struct:cv::ConvolveBuf
    [all...]

Completed in 72 milliseconds