Searched refs:use_smaller_matching_window (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp69 bool use_smaller_matching_window = DEFAULT_USE_SMALLER_MATCHING_WINDOW; local
84 nr_corners, max_disparity, use_smaller_matching_window,
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp69 bool use_smaller_matching_window = DEFAULT_USE_SMALLER_MATCHING_WINDOW; local
84 nr_corners, max_disparity, use_smaller_matching_window,
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
206 bool use_smaller_matching_window=false, int use_21=0);
H A Ddb_feature_matching.cpp2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,int use_smaller_matching_window, int use_21) argument
2766 if(!use_smaller_matching_window)
2965 unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21)
2995 if(!use_smaller_matching_window)
3036 unsigned long kA,unsigned long kB,int rect_window, bool use_smaller_matching_window, int use_21)
3044 for(p_r=0;p_r<nr;p_r++) db_MatchPointPair_u(pir_l,pir_r+p_r,kA,kB, rect_window, use_smaller_matching_window, use_21);
3076 unsigned long kA,unsigned long kB,int rect_window,bool use_smaller_matching_window, int use_21)
3095 db_MatchPointAgainstBucket_u(pir_l,&bp_r[a][b],kA,kB,rect_window,use_smaller_matching_window, use_21);
3285 double max_disparity_v, bool use_smaller_matching_window, int use_21)
3325 m_use_smaller_matching_window = use_smaller_matching_window;
2964 db_MatchPointPair_u(db_PointInfo_u *pir_l,db_PointInfo_u *pir_r, unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_matching.h199 * \param use_smaller_matching_window if set to true, uses a correlation window of 5x5 instead of the default 11x11
206 bool use_smaller_matching_window=false, int use_21=0);
H A Ddb_feature_matching.cpp2732 short* db_FillBuckets_u(short *patch_space,const unsigned char * const *f_img,db_Bucket_u **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,int use_smaller_matching_window, int use_21) argument
2766 if(!use_smaller_matching_window)
2965 unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21)
2995 if(!use_smaller_matching_window)
3036 unsigned long kA,unsigned long kB,int rect_window, bool use_smaller_matching_window, int use_21)
3044 for(p_r=0;p_r<nr;p_r++) db_MatchPointPair_u(pir_l,pir_r+p_r,kA,kB, rect_window, use_smaller_matching_window, use_21);
3076 unsigned long kA,unsigned long kB,int rect_window,bool use_smaller_matching_window, int use_21)
3095 db_MatchPointAgainstBucket_u(pir_l,&bp_r[a][b],kA,kB,rect_window,use_smaller_matching_window, use_21);
3285 double max_disparity_v, bool use_smaller_matching_window, int use_21)
3325 m_use_smaller_matching_window = use_smaller_matching_window;
2964 db_MatchPointPair_u(db_PointInfo_u *pir_l,db_PointInfo_u *pir_r, unsigned long kA,unsigned long kB, unsigned int rect_window,bool use_smaller_matching_window, int use_21) argument
[all...]
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp98 bool use_smaller_matching_window = DEFAULT_USE_SMALLER_MATCHING_WINDOW; local
176 reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_STANDARDDEV,reference_update_period,do_motion_smoothing,motion_smoothing_gain,default_nr_samples,DB_DEFAULT_CHUNK_SIZE,nr_corners,max_disparity,use_smaller_matching_window);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp98 bool use_smaller_matching_window = DEFAULT_USE_SMALLER_MATCHING_WINDOW; local
176 reg.Init(w,h,motion_model_type,DEFAULT_MAX_ITERATIONS,linear_polish,quarter_resolution,DB_POINT_STANDARDDEV,reference_update_period,do_motion_smoothing,motion_smoothing_gain,default_nr_samples,DB_DEFAULT_CHUNK_SIZE,nr_corners,max_disparity,use_smaller_matching_window);

Completed in 247 milliseconds