/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 206 bool use_smaller_matching_window=false, int use_21=0);
|
db_feature_matching.cpp | [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 206 bool use_smaller_matching_window=false, int use_21=0);
|
db_feature_matching.cpp | [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 206 bool use_smaller_matching_window=false, int use_21=0);
|
db_feature_matching.cpp | [all...] |
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 215 int use_21 = 0; local 216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 215 int use_21 = 0; local 216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 215 int use_21 = 0; local 216 m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_NO_DISPARITY,cm_use_smaller_matching_window,use_21);
|