Searched refs:nr_corners (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h70 * \param nr_corners actual number of corners computed
72 void DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const;
137 * \param nr_corners actual number of corners computed
141 virtual void DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *nr_corners,
158 \param nr_corners actual number of corners computed
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
H A Ddb_feature_detection.cpp1499 double *x_coord,double *y_coord,int *nr_corners)
1561 *nr_corners=nr_points;
1629 void db_CornerDetector_f::DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const
1643 m_temp_d,x_coord,y_coord,nr_corners);
1727 void db_CornerDetector_u::DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *nr_corners, argument
1743 m_temp_d,x_coord,y_coord,nr_corners);
1750 for ( int i = 0; i < *nr_corners; ++i)
1761 *nr_corners = nr_corners_mask;
1765 void db_CornerDetector_u::ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) { argument
1768 m_temp_d,x_coord,y_coord,nr_corners);
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
[all...]
H A Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners) argument
2704 for(i=0;i<nr_corners;i++)
2732 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
2739 for(i=0;i<nr_corners;i++)
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9]) argument
2793 for(i=0;i<nr_corners;i++)
2829 int nr_corners,const double H[9])
2837 for(i=0;i<nr_corners;i++)
2875 int nr_corners,const double H[9],const double Hinv[9],const int warpboundsp[4],
2884 for(i=0;i<nr_corners;
2827 db_FillBucketsPrewarped_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,const double H[9]) argument
2873 db_FillBucketsPrewarpedAffine_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,const double H[9],const double Hinv[9],const int warpboundsp[4], int affine) argument
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.h70 * \param nr_corners actual number of corners computed
72 void DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const;
137 * \param nr_corners actual number of corners computed
141 virtual void DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *nr_corners,
158 \param nr_corners actual number of corners computed
160 virtual void ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners);
H A Ddb_feature_detection.cpp1499 double *x_coord,double *y_coord,int *nr_corners)
1561 *nr_corners=nr_points;
1629 void db_CornerDetector_f::DetectCorners(const float * const *img,double *x_coord,double *y_coord,int *nr_corners) const
1643 m_temp_d,x_coord,y_coord,nr_corners);
1727 void db_CornerDetector_u::DetectCorners(const unsigned char * const *img,double *x_coord,double *y_coord,int *nr_corners, argument
1743 m_temp_d,x_coord,y_coord,nr_corners);
1750 for ( int i = 0; i < *nr_corners; ++i)
1761 *nr_corners = nr_corners_mask;
1765 void db_CornerDetector_u::ExtractCorners(float ** strength, double *x_coord, double *y_coord, int *nr_corners) { argument
1768 m_temp_d,x_coord,y_coord,nr_corners);
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
[all...]
H A Ddb_feature_matching.cpp2697 float* db_FillBuckets_f(float *patch_space,const float * const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners) argument
2704 for(i=0;i<nr_corners;i++)
2732 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
2739 for(i=0;i<nr_corners;i++)
2785 float* db_FillBucketsPrewarped_f(float *patch_space,const float *const *f_img,db_Bucket_f **bp,int bw,int bh,int nr_h,int nr_v,int bd,const double *x,const double *y,int nr_corners,const double H[9]) argument
2793 for(i=0;i<nr_corners;i++)
2829 int nr_corners,const double H[9])
2837 for(i=0;i<nr_corners;i++)
2875 int nr_corners,const double H[9],const double Hinv[9],const int warpboundsp[4],
2884 for(i=0;i<nr_corners;
2827 db_FillBucketsPrewarped_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,const double H[9]) argument
2873 db_FillBucketsPrewarpedAffine_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,const double H[9],const double Hinv[9],const int warpboundsp[4], int affine) argument
[all...]
/packages/apps/Camera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp74 int& nr_corners,
85 int nr_corners = DEFAULT_NR_CORNERS; local
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
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);
308 int& nr_corners,
353 --c; cmdline >> nr_corners; local
304 parse_cmd_line(stringstream& cmdline, const int argc, const string& progname, string& image_list_file_name, int& nr_corners, double& max_disparity, int& motion_model_type, bool& quarter_resolution, unsigned int& reference_update_period, bool& do_motion_smoothing, double& motion_smoothing_gain) argument
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A Ddbregtest.cpp74 int& nr_corners,
85 int nr_corners = DEFAULT_NR_CORNERS; local
122 parse_cmd_line(cmdline, argc, progname, image_list_file_name, nr_corners, max_disparity, motion_model_type,quarter_resolution,reference_update_period,do_motion_smoothing,motion_smoothing_gain);
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);
308 int& nr_corners,
353 --c; cmdline >> nr_corners; local
304 parse_cmd_line(stringstream& cmdline, const int argc, const string& progname, string& image_list_file_name, int& nr_corners, double& max_disparity, int& motion_model_type, bool& quarter_resolution, unsigned int& reference_update_period, bool& do_motion_smoothing, double& motion_smoothing_gain) argument
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp57 int nr_corners = DEFAULT_NR_CORNERS; local
84 nr_corners, max_disparity, use_smaller_matching_window,
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DAlignFeatures.cpp57 int nr_corners = DEFAULT_NR_CORNERS; local
84 nr_corners, max_disparity, use_smaller_matching_window,

Completed in 947 milliseconds