Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/pyscripts/
H A Dbvxm_adaptor.py491 land_img = dbvalue(img_id, img_type)
493 land_img = 0
494 return land_img
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dvolm_adaptor.py682 def generate_building_layers(land_img, land_cam, height_img, height_cam, land_txt, min_h, max_h): argument
684 batch.set_input_from_db(0, land_img)
704 def generate_layers(land_img, land_cam, height_img, height_cam, land_txt, min_h, max_h, beta=10.0): argument
706 batch.set_input_from_db(0, land_img)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/algo/
H A Dbvxm_create_scene_xml.cxx223 auto* land_img = dynamic_cast<vil_image_view<vxl_byte>*>(land_cover.img_r.ptr()); in bvxm_create_scene_xml_large_scale() local
239 if ((*land_img)(uu,vv) == volm_osm_category_io::GEO_URBAN) { in bvxm_create_scene_xml_large_scale()