OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_match_index_ins
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
44
m_match_index_ins
= NULL;
104
delete []
m_match_index_ins
;
133
m_match_index_ins
= NULL;
227
m_match_index_ins
= new int [m_max_nr_matches];
405
m_match_index_ref,
m_match_index_ins
,&m_nr_matches,H,0);
409
m_match_index_ref,
m_match_index_ins
,&m_nr_matches);
427
m_corners_ins[offset ] = m_x_corners_ins[
m_match_index_ins
[i]];
428
m_corners_ins[offset+1] = m_y_corners_ins[
m_match_index_ins
[i]];
dbreg.h
343
int *
m_match_index_ins
;
member in class:db_FrameToReferenceRegistration
Completed in 499 milliseconds