OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildFeatureList
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp
670
void
buildFeatureList
(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy, Feature& features,
734
buildFeatureList
(templEdges_, templDx_, templDy_, templFeatures_,
773
buildFeatureList
(imageEdges_, imageDx_, imageDy_, imageFeatures_,
820
void GeneralizedHoughGuilImpl::
buildFeatureList
(const GpuMat& edges, const GpuMat& dx, const GpuMat& dy, Feature& features,
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
602
void
buildFeatureList
(const Mat& edges, const Mat& dx, const Mat& dy, std::vector< std::vector<Feature> >& features, Point2d center = Point2d());
655
buildFeatureList
(templEdges_, templDx_, templDy_, templFeatures_, templCenter_);
660
buildFeatureList
(imageEdges_, imageDx_, imageDy_, imageFeatures_);
681
void GeneralizedHoughGuilImpl::
buildFeatureList
(const Mat& edges, const Mat& dx, const Mat& dy, std::vector< std::vector<Feature> >& features, Point2d center)
Completed in 53 milliseconds