OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inlier_indices
(Results
1 - 2
of
2
) sorted by null
/development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp
219
//std::vector<int> &
inlier_indices
= reg.GetInliers();
220
int *
inlier_indices
= reg.GetInliers();
local
283
int k =
inlier_indices
[i];
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp
219
//std::vector<int> &
inlier_indices
= reg.GetInliers();
220
int *
inlier_indices
= reg.GetInliers();
local
283
int k =
inlier_indices
[i];
Completed in 255 milliseconds