Searched refs:m_w (Results 1 – 7 of 7) sorted by relevance
23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256) in PgmImage()36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage()69 dst.m_w = src.m_w; in DeepCopy()90 m_data.resize(m_w*m_h+m_over_allocation); in SetFormat()93 m_data.resize(m_w*m_h*3+m_over_allocation); in SetFormat()104 m_data.resize(m_w*m_h+m_over_allocation); in SetData()105 memcpy(&m_data[0],data,m_w*m_h); in SetData()[all …]
56 int GetWidth() const { return m_w; } in GetWidth()84 int m_w; variable
1566 m_w=0; m_h=0; in db_CornerDetector_f()1576 if(m_w!=0) in Clean()1582 m_w=0; m_h=0; in Clean()1612 m_w=im_width; in Start()1620 m_max_nr=db_maxl(1,1+(m_w*m_h*m_area_factor)/10000); in Start()1624 m_strength=db_AllocStrengthImage_f(&m_strength_mem,m_w,m_h); in Start()1633 db_HarrisStrength_f(m_strength,img,m_w,m_h,m_temp_f,m_cw); in DetectCorners()1637 max_val=db_MaxImage_Aligned16_f(m_strength,3,3,m_w-6,m_h-6); in DetectCorners()1642 …db_ExtractCornersSaturated(m_strength,BORDER,BORDER,m_w-BORDER-1,m_h-BORDER-1,m_bw,m_bh,m_area_fac… in DetectCorners()1648 m_w=0; m_h=0; in db_CornerDetector_u()[all …]
81 int m_w,m_h,m_cw,m_bw,m_bh; variable169 int m_w,m_h,m_bw,m_bh; variable
147 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; variable246 int m_w,m_h,m_bw,m_bh,m_nr_h,m_nr_v,m_bd,m_target; variable
3178 m_w=0; m_h=0; in db_Matcher_f()3188 if(m_w) in Clean()3196 m_w=0; m_h=0; in Clean()3202 m_w=im_width; in Init()3211 m_kA=(long)(256.0*((double)(m_w*m_w))/((double)(m_h*m_h))); in Init()3212 m_kB=(long)(256.0*max_disparity*max_disparity*((double)(m_w*m_w))); in Init()3245 m_w=0; m_h=0; in db_Matcher_u()3254 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v); in db_Matcher_u()3260 Init(cm.m_w, cm.m_h, cm.m_max_disparity, cm.m_target, cm.m_max_disparity_v); in operator =()3272 if(m_w) in Clean()[all …]
180 int m_w = width; in imageTypeToRowPointers() local185 m_rows[i] = &in[(m_w)*i]; in imageTypeToRowPointers()