Home
last modified time | relevance | path

Searched refs:to_centre_ (Results 1 – 11 of 11) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_trans_homography2d.cxx22 to_centre_( 0.0, 0.0 ) in rgrl_trans_homography2d()
31 to_centre_( 0.0, 0.0 ) in rgrl_trans_homography2d()
43 to_centre_( 0.0, 0.0 ) in rgrl_trans_homography2d()
53 to_centre_( to_centre ) in rgrl_trans_homography2d()
89 to_inv(0,2) = to_centre_[0]; in uncenter_H_matrix()
90 to_inv(1,2) = to_centre_[1]; in uncenter_H_matrix()
162 vnl_double_3 homo_to(to[0]-to_centre_[0], to[1]-to_centre_[1], 1.0); in inv_map()
293 is >> H_ >> from_centre_ >> to_centre_; in read()
309 to[0] = h_to[0]/h_to[2] + to_centre_[0]; in map_loc()
310 to[1] = h_to[1]/h_to[2] + to_centre_[1]; in map_loc()
[all …]
H A Drgrl_est_dis_homo2d_lm.cxx163 from_centre_(2, 0.0), to_centre_(2, 0.0) in rgrl_rad_dis_homo2d_func()
170 to_centre_ = tc; in set_centres()
184 vnl_double_2 from_centre_, to_centre_; member in rgrl_rad_dis_homo2d_func
220 to -= to_centre_; in f()
327 to_centre_( to_centre ), in rgrl_est_dis_homo2d_lm()
357 assert( to_centre_ == trans.to_centre() ); in estimate()
378 to_trans(0,2) = -to_centre_[0]; in estimate()
379 to_trans(1,2) = -to_centre_[1]; in estimate()
402 << " To center: " << to_centre_ << std::endl ); in estimate()
415 dis_homo_func.set_centres( from_centre_.as_ref(), to_centre_.as_ref() ); in estimate()
[all …]
H A Drgrl_trans_rad_dis_homo2d.cxx134 : H_(0.0), from_centre_(0.0, 0.0), to_centre_(0.0, 0.0) in rgrl_trans_rad_dis_homo2d()
146 to_centre_( to_centre ), in rgrl_trans_rad_dis_homo2d()
161 to_centre_( to_centre ), in rgrl_trans_rad_dis_homo2d()
299 to = (dis_to_loc + to_centre_).as_ref(); in map_loc()
338 vnl_vector_fixed<double,2> to = to_centre_ * scale; in scale_by()
363 to_inv(0,2) = to_centre_[0]; in uncenter_H_matrix()
364 to_inv(1,2) = to_centre_[1]; in uncenter_H_matrix()
397 << from_centre_ << " " << to_centre_ << '\n' in write()
428 is >> H_ >> from_centre_ >> to_centre_ >> k1_from_ >> k1_to_; in read()
H A Drgrl_est_proj_rad_func.h59 image_centre_ = image_centre-this->to_centre_; in set_image_centre()
73 image_centre_ = image_centre-this->to_centre_; in set_centres()
96 mapped += this->to_centre_; in map_loc()
H A Drgrl_est_proj_func.h73 to_centre_ = tc; in set_centres()
125 mapped += to_centre_; in map_loc()
161 vnl_vector_fixed<double, Tdim> to_centre_; variable
H A Drgrl_trans_rad_dis_homo2d.h73 vnl_vector<double> to_centre() const { return to_centre_.as_ref(); } in to_centre()
126 vnl_vector_fixed<double, 2> to_centre_; variable
H A Drgrl_est_homo2d_lm.cxx75 from_centre_(2, 0.0), to_centre_(2, 0.0) in rgrl_homo2d_func()
82 to_centre_ = tc; in set_centres()
96 vnl_double_2 from_centre_, to_centre_; member in rgrl_homo2d_func
117 to -= to_centre_; in f()
H A Drgrl_trans_homo2d_proj_rad.cxx149 const vnl_vector_fixed<double,2> to = to_centre_ * scale; in scale_by()
215 os << '\n' << from_centre_ << " " << to_centre_ in write()
257 is >> from_centre_ >> to_centre_; in read()
H A Drgrl_est_proj_func.hxx38 from_centre_(double(0)), to_centre_(double(0)), in rgrl_est_proj_func()
52 from_centre_(double(0)), to_centre_(double(0)), in rgrl_est_proj_func()
68 to_centre_ = tc; in convert_parameters()
79 to_centre_matrix( i, Tdim ) = -to_centre_[i]; in convert_parameters()
124 to_centre_matrix( i, Tdim ) = to_centre_[i]; in uncentre_proj()
H A Drgrl_est_dis_homo2d_lm.h59 vnl_double_2 from_centre_, to_centre_;
H A Drgrl_trans_homography2d.h107 vnl_vector_fixed<double,2> to_centre_; variable