Searched refs:isTempl (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 661 void create(int levels, int maxCapacity, bool isTempl); 671 … set_func_t set_func, build_func_t build_func, bool isTempl, Point2d center = Point2d()); 796 void GeneralizedHoughGuilImpl::Feature::create(int levels, int maxCapacity, bool isTempl) in create() argument 798 if (!isTempl) in create() 808 if (isTempl) in create() 821 … set_func_t set_func, build_func_t build_func, bool isTempl, Point2d center) in buildFeatureList() argument 827 features.create(levels_, maxBufferSize_, isTempl); in buildFeatureList()
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
D | generalized_hough.cu | 462 template <class FT, bool isTempl> 501 if (!isTempl) in Guil_Full_buildFeatureList() 511 if (isTempl) in Guil_Full_buildFeatureList() 521 template <class FT, bool isTempl> 532 … Guil_Full_buildFeatureList<FT, isTempl><<<grid, block>>>(coordList, thetaList, pointsCount, in Guil_Full_buildFeatureList_caller()
|