Home
last modified time | relevance | path

Searched refs:norm_img_ (Results 1 – 4 of 4) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_update_using_quality_functor.h33 norm_img_=norm_img; in init_data()
50 if ((*norm_img_)(i,j)>1e-10f)
52 …aux[2]+=( ((pre+vis*PI)*(*quality_img_)(i,j) + (1.0f - (*quality_img_)(i,j)) ) / ((*norm_img_)(i,j…
68 vil_image_view<float> * norm_img_; variable
H A Dboxm2_update_with_shadow_functor.h33 norm_img_=norm_img; in init_data()
51 if ((*norm_img_)(i,j)>1e-10f)
53 …aux[2]+=( ((pre+vis*PI)*model_prior_ + (*alt_prob_img_)(i,j)) / ((*norm_img_)(i,j)*model_prior_ + …
69 vil_image_view<float> * norm_img_; variable
H A Dboxm2_update_image_functor.h102 norm_img_=norm_img; in init_data()
118 if ((*norm_img_)(i,j)>1e-10f)
120 aux[2]+=((pre+vis*PI)/((*norm_img_)(i,j))*seg_len);
135 vil_image_view<float> * norm_img_; variable
H A Dboxm2_cone_update_image_functor.h181 norm_img_=norm_img; in init_data()
215 beta_ = (pre+vis*PI)/(*norm_img_)(i,j); in compute_ball_properties()
249 vil_image_view<float> * norm_img_; variable