Searched refs:m_match_index_ins (Results 1 – 2 of 2) sorted by relevance
44 m_match_index_ins = NULL; in db_FrameToReferenceRegistration()104 delete [] m_match_index_ins; in Clean()133 m_match_index_ins = NULL; in Clean()227 m_match_index_ins = new int [m_max_nr_matches]; in Init()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()427 m_corners_ins[offset ] = m_x_corners_ins[m_match_index_ins[i]]; in AddFrame()428 m_corners_ins[offset+1] = m_y_corners_ins[m_match_index_ins[i]]; in AddFrame()
343 int * m_match_index_ins; variable