OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_im_width
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp
188
m_im_width
= width;
192
db_Approx3DCalMat(m_K,temp,
m_im_width
,m_im_height);
208
m_reference_image = db_AllocImage_u(
m_im_width
,m_im_height,m_over_allocation);
209
m_aligned_ins_image = db_AllocImage_u(
m_im_width
,m_im_height,m_over_allocation);
212
//m_max_nr_corners = m_cd.Init(
m_im_width
,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_vert_blocks,0.0,0.0);
213
m_max_nr_corners = m_cd.Init(
m_im_width
,m_im_height,cd_target_nr_corners,cd_nr_horz_blocks,cd_nr_vert_blocks,DB_DEFAULT_ABS_CORNER_THRESHOLD/500.0,0.0);
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);
267
db_CopyImage_u(m_reference_image,imptr,
m_im_width
,m_im_height,m_over_allocation);
276
if(m_x_corners_ref[k]>
m_im_width
/3)
381
sprintf(str,"[%dx%d] %p\n",
m_im_width
,m_im_height,im)
[
all
...]
dbreg.h
297
int
m_im_width
;
member in class:db_FrameToReferenceRegistration
Completed in 43 milliseconds