OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaleVotes
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaimgproc/src/
generalized_hough.cpp
94
float angle, int angleVotes, float scale, int
scaleVotes
,
675
void calcPosition(double angle, int angleVotes, double scale, int
scaleVotes
);
789
const int
scaleVotes
= scales_[j].second;
791
calcPosition(angle, angleVotes, scale,
scaleVotes
);
888
void GeneralizedHoughGuilImpl::calcPosition(double angle, int angleVotes, double scale, int
scaleVotes
)
898
(float)scale,
scaleVotes
, (float)dp_, posThresh_);
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
607
void calcPosition(double angle, int angleVotes, double scale, int
scaleVotes
);
674
const int
scaleVotes
= scales_[j].second;
676
calcPosition(angle, angleVotes, scale,
scaleVotes
);
863
void GeneralizedHoughGuilImpl::calcPosition(double angle, int angleVotes, double scale, int
scaleVotes
)
934
voteOutBuf_.push_back(Vec3i(votes,
scaleVotes
, angleVotes));
/external/opencv3/modules/cudaimgproc/src/cuda/
generalized_hough.cu
764
const float angle, const int angleVotes, const float scale, const int
scaleVotes
,
786
votes[ind] = make_int3(curVotes,
scaleVotes
, angleVotes);
792
float angle, int angleVotes, float scale, int
scaleVotes
,
806
angle, angleVotes, scale,
scaleVotes
[
all
...]
Completed in 98 milliseconds