Searched refs:sample_size (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_random.h70 \param s sample (out) pre-allocated array of size sample_size
71 \param sample_size size of sample
75 inline void db_RandomSample(int *s,int sample_size,int pool_size,int &r_seed) argument
79 for(i=0;i<sample_size;i++)
H A Ddb_rob_image_homography.cpp704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local
800 sample_size=2;
807 sample_size=3;
814 sample_size=1;
821 sample_size=1;
828 sample_size=2;
835 sample_size=1;
842 sample_size=2;
849 sample_size=2;
856 sample_size
[all...]

Completed in 46 milliseconds