OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeneralizedHoughBallardImpl
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp
441
class
GeneralizedHoughBallardImpl
: public GeneralizedHoughBallard, private GeneralizedHoughBase
444
GeneralizedHoughBallardImpl
();
489
GeneralizedHoughBallardImpl
::
GeneralizedHoughBallardImpl
()
495
void
GeneralizedHoughBallardImpl
::processTempl()
515
void
GeneralizedHoughBallardImpl
::processImage()
521
void
GeneralizedHoughBallardImpl
::calcHist()
544
void
GeneralizedHoughBallardImpl
::findPosInHist()
558
return makePtr<
GeneralizedHoughBallardImpl
>();
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
329
class
GeneralizedHoughBallardImpl
: public GeneralizedHoughBallard, private GeneralizedHoughBase
332
GeneralizedHoughBallardImpl
();
375
GeneralizedHoughBallardImpl
::
GeneralizedHoughBallardImpl
()
381
void
GeneralizedHoughBallardImpl
::processTempl()
410
void
GeneralizedHoughBallardImpl
::processImage()
416
void
GeneralizedHoughBallardImpl
::calcHist()
465
void
GeneralizedHoughBallardImpl
::findPosInHist()
494
return makePtr<
GeneralizedHoughBallardImpl
>();
Completed in 281 milliseconds