Searched refs:user_block_size (Results 1 – 5 of 5) sorted by relevance
169 explicit Match_CCORR_32F(Size user_block_size);178 Match_CCORR_32F::Match_CCORR_32F(Size user_block_size) in Match_CCORR_32F() argument180 conv_ = cuda::createConvolution(user_block_size); in Match_CCORR_32F()222 explicit Match_CCORR_8U(Size user_block_size) : match32F_(user_block_size) in Match_CCORR_8U() argument265 explicit Match_CCORR_NORMED_8U(Size user_block_size) : match_CCORR_(user_block_size) in Match_CCORR_NORMED_8U() argument329 explicit Match_SQDIFF_8U(Size user_block_size) : match_CCORR_(user_block_size) in Match_SQDIFF_8U() argument376 explicit Match_SQDIFF_NORMED_8U(Size user_block_size) : match_CCORR_(user_block_size) in Match_SQDIFF_NORMED_8U() argument414 explicit Match_CCOEFF_8U(Size user_block_size) : match_CCORR_(user_block_size) in Match_CCOEFF_8U() argument491 explicit Match_CCOEFF_NORMED_8U(Size user_block_size) : match_CCORR_32F_(user_block_size) in Match_CCOEFF_NORMED_8U() argument594 …::TemplateMatching> cv::cuda::createTemplateMatching(int srcType, int method, Size user_block_size) in createTemplateMatching() argument[all …]
407 explicit ConvolutionImpl(Size user_block_size_) : user_block_size(user_block_size_) {} in ConvolutionImpl()417 Size user_block_size; member in __anon9ba760c90411::ConvolutionImpl430 block_size = user_block_size; in create()431 if (user_block_size.width == 0 || user_block_size.height == 0) in create()537 Ptr<Convolution> cv::cuda::createConvolution(Size user_block_size) in createConvolution() argument540 (void) user_block_size; in createConvolution()544 return makePtr<ConvolutionImpl>(user_block_size); in createConvolution()
687 …r<TemplateMatching> createTemplateMatching(int srcType, int method, Size user_block_size = Size());
836 CV_EXPORTS Ptr<Convolution> createConvolution(Size user_block_size = Size());
121 Size user_block_size; member