OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_ROW
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp
432
RESPONSE_ROW
,
462
RESPONSE_ROW
,
/external/opencv3/modules/cudafeatures2d/src/
fast.cpp
148
count = nonmaxSuppression_gpu(kpLoc.ptr<short2>(), count, score, keypoints.ptr<short2>(LOCATION_ROW), keypoints.ptr<float>(
RESPONSE_ROW
), StreamAccessor::getStream(stream));
192
const float*
response_row
= h_keypoints.ptr<float>(
RESPONSE_ROW
);
196
KeyPoint kp(loc_row[i].x, loc_row[i].y, static_cast<float>(FEATURE_SIZE), -1,
response_row
[i]);
orb.cpp
673
count = cull_gpu(keypoints.ptr<int>(cuda::FastFeatureDetector::LOCATION_ROW), keypoints.ptr<float>(cuda::FastFeatureDetector::
RESPONSE_ROW
), count, n_points);
[
all
...]
Completed in 59 milliseconds