Searched refs:area_factor (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h78 int block_width,int block_height,unsigned long area_factor,
166 int block_width,int block_height,unsigned long area_factor,
H A Ddb_feature_detection.cpp1495 area_factor holds how many corners max to extract per 10000 pixels*/
1497 int bw,int bh,unsigned long area_factor,
1536 saturation=(area*area_factor)/10000;
1591 unsigned long area_factor; local
1599 area_factor=db_minl(1000,db_maxl(1,(long)(10000.0*((double)target_nr_corners)/
1602 return(Start(im_width,im_height,block_width,block_height,area_factor,
1607 int block_width,int block_height,unsigned long area_factor,
1617 m_area_factor=area_factor;
1690 unsigned long area_factor; local
1698 area_factor
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1606 Start(int im_width,int im_height, int block_width,int block_height,unsigned long area_factor, double absolute_threshold,double relative_threshold,int chunkwidth) argument
1705 Start(int im_width,int im_height, int block_width,int block_height,unsigned long area_factor, double absolute_threshold,double relative_threshold) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h78 int block_width,int block_height,unsigned long area_factor,
166 int block_width,int block_height,unsigned long area_factor,
H A Ddb_feature_detection.cpp1495 area_factor holds how many corners max to extract per 10000 pixels*/
1497 int bw,int bh,unsigned long area_factor,
1536 saturation=(area*area_factor)/10000;
1591 unsigned long area_factor; local
1599 area_factor=db_minl(1000,db_maxl(1,(long)(10000.0*((double)target_nr_corners)/
1602 return(Start(im_width,im_height,block_width,block_height,area_factor,
1607 int block_width,int block_height,unsigned long area_factor,
1617 m_area_factor=area_factor;
1690 unsigned long area_factor; local
1698 area_factor
1496 db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, int bw,int bh,unsigned long area_factor, float threshold,double *temp_d, double *x_coord,double *y_coord,int *nr_corners) argument
1606 Start(int im_width,int im_height, int block_width,int block_height,unsigned long area_factor, double absolute_threshold,double relative_threshold,int chunkwidth) argument
1705 Start(int im_width,int im_height, int block_width,int block_height,unsigned long area_factor, double absolute_threshold,double relative_threshold) argument
[all...]

Completed in 34 milliseconds