Home
last modified time | relevance | path

Searched refs:index_row_ (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_est_proj_func.hxx39 index_row_(maxval_unsigned), index_col_(maxval_unsigned), in rgrl_est_proj_func()
53 index_row_(maxval_unsigned), index_col_(maxval_unsigned) in rgrl_est_proj_func()
85 index_row_ = index_col_ = -1; // init to bad value in convert_parameters()
89 index_row_ = i; in convert_parameters()
95 proj_matrix /= proj_matrix( index_row_, index_col_ ); in convert_parameters()
101 if ( i==index_row_ && j==index_col_ ) { in convert_parameters()
180 const unsigned index = (index_row_*(Fdim+1)+index_col_); in reduced_proj_jacobian()
229 if ( i==index_row_ && j==index_col_ ) { in restored_centered_proj()
407 const unsigned int param_index = index_row_*(Fdim+1) + index_col_; in projective_estimate()
521 const unsigned int param_index = index_row_*(Fdim+1) + index_col_;
H A Drgrl_est_proj_func.h163 unsigned int index_row_; variable
H A Drgrl_est_proj_rad_func.hxx538 = this->index_row_*(Fdim+1) in projective_estimate()