OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scoreType
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/cudafeatures2d/src/
orb.cpp
347
int
scoreType
,
379
virtual void setScoreType(int
scoreType
) { scoreType_ =
scoreType
; }
485
int
scoreType
,
495
scoreType_(
scoreType
),
[
all
...]
/external/opencv3/modules/features2d/src/
orb.cpp
660
scoreType
(_scoreType), patchSize(_patchSize), fastThreshold(_fastThreshold)
681
void setScoreType(int scoreType_) {
scoreType
= scoreType_; }
682
int getScoreType() const { return
scoreType
; }
709
int
scoreType
;
[
all
...]
/external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp
475
int
scoreType
=ORB::HARRIS_SCORE,
/external/opencv3/modules/cudafeatures2d/test/
test_features2d.cpp
136
int
scoreType
;
149
scoreType
= GET_PARAM(7);
167
WTA_K,
scoreType
, patchSize, 20, blurForDescriptor);
188
cv::Ptr<cv::ORB> orb_gold = cv::ORB::create(nFeatures, scaleFactor, nLevels, edgeThreshold, firstLevel, WTA_K,
scoreType
, patchSize);
/external/opencv3/modules/features2d/include/opencv2/
features2d.hpp
281
@param
scoreType
The default HARRIS_SCORE means that Harris algorithm is used to rank features
290
int firstLevel=0, int WTA_K=2, int
scoreType
=ORB::HARRIS_SCORE, int patchSize=31, int fastThreshold=20);
310
CV_WRAP virtual void setScoreType(int
scoreType
) = 0;
[
all
...]
Completed in 1718 milliseconds