OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCATION_ROW
(Results
1 - 3
of
3
) sorted by null
/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));
191
const short2* loc_row = h_keypoints.ptr<short2>(
LOCATION_ROW
);
orb.cpp
673
count = cull_gpu(keypoints.ptr<int>(cuda::FastFeatureDetector::
LOCATION_ROW
), keypoints.ptr<float>(cuda::FastFeatureDetector::RESPONSE_ROW), count, n_points);
[
all
...]
/external/opencv3/modules/cudafeatures2d/include/opencv2/
cudafeatures2d.hpp
431
LOCATION_ROW
= 0,
Completed in 405 milliseconds