Searched refs:area_factor (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
D | db_feature_detection.cpp | 1497 int bw,int bh,unsigned long area_factor, in db_ExtractCornersSaturated() argument 1536 saturation=(area*area_factor)/10000; in db_ExtractCornersSaturated() 1591 unsigned long area_factor; in Init() local 1599 area_factor=db_minl(1000,db_maxl(1,(long)(10000.0*((double)target_nr_corners)/ in Init() 1602 return(Start(im_width,im_height,block_width,block_height,area_factor, in Init() 1607 int block_width,int block_height,unsigned long area_factor, in Start() argument 1617 m_area_factor=area_factor; in Start() 1690 unsigned long area_factor; in Init() local 1698 area_factor=db_minl(1000,db_maxl(1,(long)(10000.0*((double)target_nr_corners)/ in Init() 1701 return(Start(im_width,im_height,block_width,block_height,area_factor, in Init() [all …]
|
D | db_feature_detection.h | 78 int block_width,int block_height,unsigned long area_factor, 166 int block_width,int block_height,unsigned long area_factor,
|