Home
last modified time | relevance | path

Searched refs:out_color_img (Results 1 – 2 of 2) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dsdet_adaptor.py152 out_color_img = dbvalue(out_id, out_type)
157 return out_max_prob_img, out_color_img, out_id_img, out_cat_prob_img
167 out_color_img = dbvalue(out_id, out_type)
170 return out_color_img, out_id_img
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/exe/
H A Dvolm_refine_height_map.cxx517 vil_image_view<vil_rgb<vxl_byte> > out_color_img(ni, nj, 1); in main() local
518 out_color_img.fill(volm_osm_category_io::volm_land_table[0].color_); in main()
521 out_color_img(i,j) = volm_osm_category_io::volm_land_table[refined_c_img(i,j)].color_; in main()
524 vil_save(out_color_img, out_class_color().c_str()); in main()