Searched refs:im_height (Results 1 - 6 of 6) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_camera.cpp29 void db_Approx3DCalMat(double K[9],double Kinv[9],int im_width,int im_height,double f_correction,int field) argument
37 ih=(double)(im_height*field_fact);
H A Ddb_feature_detection.h50 * \param im_height height
57 unsigned long Init(int im_width,int im_height,
77 unsigned long Start(int im_width,int im_height,
119 virtual unsigned long Init(int im_width,int im_height,
165 unsigned long Start(int im_width,int im_height,
H A Ddb_feature_matching.h109 * \param im_height height
114 unsigned long Init(int im_width,int im_height,
192 * in a ellipse around a feature of radius max_disparity*im_width by max_disparity*im_height.
193 * If max_disparity_v is specified, use a rectangle max_disparity*im_width by max_disparity_v*im_height.
195 * \param im_height height
202 virtual unsigned long Init(int im_width,int im_height,
H A Ddb_utilities_camera.h47 \param im_height image height
52 DB_API void db_Approx3DCalMat(double K[9],double Kinv[9],int im_width,int im_height,double f_correction=1.0,int field=0);
H A Ddb_feature_detection.cpp1585 unsigned long db_CornerDetector_f::Init(int im_width,int im_height,int target_nr_corners, argument
1595 active_height=db_maxi(1,im_height-10);
1602 return(Start(im_width,im_height,block_width,block_height,area_factor,
1606 unsigned long db_CornerDetector_f::Start(int im_width,int im_height, argument
1613 m_h=im_height;
1685 unsigned long db_CornerDetector_u::Init(int im_width,int im_height,int target_nr_corners, argument
1694 active_height=db_maxi(1,im_height-10);
1701 return(Start(im_width,im_height,block_width,block_height,area_factor,
1705 unsigned long db_CornerDetector_u::Start(int im_width,int im_height, argument
1712 m_h=im_height;
[all...]
H A Ddb_feature_matching.cpp3199 unsigned long db_Matcher_f::Init(int im_width,int im_height,double max_disparity,int target_nr_corners)
3203 m_h=im_height;
3205 m_bh=db_maxi(1,(int) (max_disparity*((double)im_height)));
3207 m_nr_v=1+(im_height-1)/m_bh;
3284 unsigned long db_Matcher_u::Init(int im_width,int im_height,double max_disparity,int target_nr_corners,
3289 m_h=im_height;
3298 m_bh=db_maxi(1,(int)(max_disparity_v*((double)im_height)));
3308 m_bh=(int)db_maxi(1,(int)(max_disparity*((double)im_height)));
3317 m_nr_v=1+(im_height-1)/m_bh;

Completed in 659 milliseconds