Searched refs:buildFeatureList (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/cudaimgproc/src/ |
D | generalized_hough.cpp | 670 … void buildFeatureList(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy, Feature& features, 734 buildFeatureList(templEdges_, templDx_, templDy_, templFeatures_, in processTempl() 773 buildFeatureList(imageEdges_, imageDx_, imageDy_, imageFeatures_, in processImage() 820 …void GeneralizedHoughGuilImpl::buildFeatureList(const GpuMat& edges, const GpuMat& dx, const GpuMa… in buildFeatureList() function in __anon161a480f0311::GeneralizedHoughGuilImpl
|
/external/opencv3/modules/imgproc/src/ |
D | generalized_hough.cpp | 602 …void buildFeatureList(const Mat& edges, const Mat& dx, const Mat& dy, std::vector< std::vector<Fea… 655 buildFeatureList(templEdges_, templDx_, templDy_, templFeatures_, templCenter_); in processTempl() 660 buildFeatureList(imageEdges_, imageDx_, imageDy_, imageFeatures_); in processImage() 681 …void GeneralizedHoughGuilImpl::buildFeatureList(const Mat& edges, const Mat& dx, const Mat& dy, st… in buildFeatureList() function in __anon1ec0d8f20311::GeneralizedHoughGuilImpl
|