Searched refs:m_nr_matches (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbreg/ |
D | dbreg.cpp | 29 …m_initialized(false),m_nr_matches(0),m_over_allocation(256),m_nr_bins(20),m_max_cost_pix(30), m_qu… in db_FrameToReferenceRegistration() 405 m_match_index_ref,m_match_index_ins,&m_nr_matches,H,0); in AddFrame() 409 m_match_index_ref,m_match_index_ins,&m_nr_matches); in AddFrame() 414 sprintf(str,"Matching [%d] = %g ms\n",m_nr_matches,elapsedTimeMatch); in AddFrame() 420 for ( int i = 0; i < m_nr_matches; ++i ) in AddFrame() 437 …db_RobImageHomography(m_H_ref_to_ins, m_corners_ref, m_corners_ins, m_nr_matches, m_K, m_K, m_temp… in AddFrame() 517 double totnummatches = m_nr_matches; in ComputeInliers() 593 …db_RobImageHomography(m_H_ref_to_ins, m_corners_ref, m_corners_ins, m_nr_matches, m_K, m_K, m_temp… in EstimateSecondaryModel() 604 for( int c=0, k=0 ;c < m_nr_matches; c++, k=k+3) in ComputeCostArray() 618 for(int c=0, k=0 ;c<m_nr_matches;c++,k=k+3) in SelectOutliers() [all …]
|
D | dbreg.h | 222 int GetNrMatches() { return m_nr_matches; } in GetNrMatches() 344 int m_nr_matches; variable
|