/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 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); 226 m_match_index_ref = new int [m_max_nr_matches]; 227 m_match_index_ins = new int [m_max_nr_matches]; 229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)]; 237 m_sq_cost = new double [m_max_nr_matches]; 241 //m_inlier_indices.reserve(m_max_nr_matches); 242 m_inlier_indices = new int[m_max_nr_matches]; 438 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, 594 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale [all...] |
dbreg.h | 339 unsigned long m_max_nr_matches; member in class:db_FrameToReferenceRegistration
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 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); 226 m_match_index_ref = new int [m_max_nr_matches]; 227 m_match_index_ins = new int [m_max_nr_matches]; 229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)]; 237 m_sq_cost = new double [m_max_nr_matches]; 241 //m_inlier_indices.reserve(m_max_nr_matches); 242 m_inlier_indices = new int[m_max_nr_matches]; 438 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, 594 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale [all...] |
dbreg.h | 339 unsigned long m_max_nr_matches; member in class:db_FrameToReferenceRegistration
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbreg.cpp | 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); 226 m_match_index_ref = new int [m_max_nr_matches]; 227 m_match_index_ins = new int [m_max_nr_matches]; 229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; 230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)]; 237 m_sq_cost = new double [m_max_nr_matches]; 241 //m_inlier_indices.reserve(m_max_nr_matches); 242 m_inlier_indices = new int[m_max_nr_matches]; 438 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, 593 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale [all...] |
dbreg.h | 339 unsigned long m_max_nr_matches; member in class:db_FrameToReferenceRegistration
|