Home
last modified time | relevance | path

Searched refs:m_max_nr_matches (Results 1 – 2 of 2) sorted by relevance

/development/perftests/panorama/feature_stab/src/dbreg/
Ddbreg.cpp216m_max_nr_matches = m_cm.Init(m_im_width,m_im_height,cm_max_disparity,m_max_nr_corners,DB_DEFAULT_N… in Init()
226 m_match_index_ref = new int [m_max_nr_matches]; in Init()
227 m_match_index_ins = new int [m_max_nr_matches]; in Init()
229 m_temp_double = new double [12*DB_DEFAULT_NR_SAMPLES+10*m_max_nr_matches]; in Init()
230 m_temp_int = new int [db_maxi(DB_DEFAULT_NR_SAMPLES,m_max_nr_matches)]; in Init()
237 m_sq_cost = new double [m_max_nr_matches]; in Init()
242 m_inlier_indices = new int[m_max_nr_matches]; in Init()
438 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, in AddFrame()
594 m_homography_type,NULL,m_max_iterations,m_max_nr_matches,m_scale, in EstimateSecondaryModel()
Ddbreg.h339 unsigned long m_max_nr_matches; variable