Searched refs:m_h (Results 1 - 7 of 7) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
70 dst.m_h = src.m_h;
90 m_data.resize(m_w*m_h+m_over_allocation);
93 m_data.resize(m_w*m_h*3+m_over_allocation);
104 m_data.resize(m_w*m_h
[all...]
H A DPgmImage.h55 int GetHeight() const { return m_h; }
63 unsigned char ** GetRowPointers() { if ( m_rows.size() == m_h ) return &m_rows[0]; else return NULL; }
85 int m_h; member in class:PgmImage
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h81 int m_w,m_h,m_cw,m_bw,m_bh; member in class:db_CornerDetector_f
169 int m_w,m_h,m_bw,m_bh; member in class:db_CornerDetector_u
H A Ddb_feature_matching.h147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_f
246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; member in class:db_Matcher_u
H A Ddb_feature_detection.cpp1566 m_w=0; m_h=0;
1580 db_FreeStrengthImage_f(m_strength_mem,m_strength,m_h);
1582 m_w=0; m_h=0;
1613 m_h=im_height;
1620 m_max_nr=db_maxl(1,1+(m_w*m_h*m_area_factor)/10000);
1624 m_strength=db_AllocStrengthImage_f(&m_strength_mem,m_w,m_h);
1633 db_HarrisStrength_f(m_strength,img,m_w,m_h,m_temp_f,m_cw);
1637 max_val=db_MaxImage_Aligned16_f(m_strength,3,3,m_w-6,m_h-6);
1642 db_ExtractCornersSaturated(m_strength,BORDER,BORDER,m_w-BORDER-1,m_h-BORDER-1,m_bw,m_bh,m_area_factor,threshold,
1648 m_w=0; m_h
[all...]
H A Ddb_feature_matching.cpp3178 m_w=0; m_h=0;
3196 m_w=0; m_h=0;
3203 m_h=im_height;
3211 m_kA=(long)(256.0*((double)(m_w*m_w))/((double)(m_h*m_h)));
3245 m_w=0; m_h=0;
3254 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v);
3260 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v);
3280 m_w=0; m_h=0;
3289 m_h
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DImageUtils.cpp179 int m_h = height; local
182 ImageType *m_rows = new ImageType[m_h];
184 for (i=0;i<m_h;i++) {

Completed in 120 milliseconds