OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inliers_str
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_detection.cpp
322
string
inliers_str
= IntToString(inliers_int);
local
325
string text = "Found " +
inliers_str
+ " of " + n + " matches";
326
string text2 = "Inliers: " +
inliers_str
+ " - Outliers: " + outliers_str;
Completed in 3063 milliseconds