Home
last modified time | relevance | path

Searched refs:height_img (Results 1 – 12 of 12) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl/pro/processes/
H A Dbmdl_classify_process.cxx22 vil_image_view<T>& height_img, in classify() argument
30 height_img = classifier.heights(); in classify()
39 vil_image_view_base_sptr& height_img, in classify() argument
50 height_img = new vil_image_view<float>(); in classify()
53 … (vil_image_view<float>&)(*height_img), gthresh, vthresh, athresh, hres); in classify()
69 height_img = new vil_image_view<double>(); in classify()
72 (vil_image_view<double>&)(*height_img), in classify()
130 vil_image_view_base_sptr label_img=nullptr, height_img=nullptr; in bmdl_classify_process() local
131 …if (!classify(first_ret, last_ret, ground, label_img, height_img, gthresh, vthresh, athresh, hres)… in bmdl_classify_process()
137 pro.set_output_val<vil_image_view_base_sptr>(i++, height_img); in bmdl_classify_process()
H A Dbmdl_generate_mesh_process.cxx349 const vil_image_view_base_sptr& height_img, in generate_mesh() argument
362 if (height_img->pixel_format() == VIL_PIXEL_FORMAT_FLOAT) { in generate_mesh()
363 vil_convert_cast(vil_image_view<float>(*height_img), heights); in generate_mesh()
365 else if (height_img->pixel_format() == VIL_PIXEL_FORMAT_DOUBLE) { in generate_mesh()
366 heights = static_cast<vil_image_view<double> >(height_img.ptr()); in generate_mesh()
369 …std::cout << "bmdl_generate_mesh_process::the Height Image pixel format" << height_img->pixel_form… in generate_mesh()
421 vil_image_view_base_sptr height_img = pro.get_input<vil_image_view_base_sptr>(i++); in bmdl_generate_mesh_process() local
431 if (!height_img) { in bmdl_generate_mesh_process()
448 …return generate_mesh(file_poly, label_img, height_img, ground_img, file_mesh, lidar_cam, num_of_bu… in bmdl_generate_mesh_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl/pro/tests/
H A Dtest_bmdl_classify_process.cxx77 vil_image_view_base_sptr label_img, height_img; in test_bmdl_classify_process() local
81 bool good5 = get_image(height_img_id, height_img); in test_bmdl_classify_process()
87 saved = vil_save(*height_img, "height.tif"); in test_bmdl_classify_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl/pro/
H A Dbmdl_defs.h15 vil_image_view_base_sptr height_img, vil_image_view_base_sptr ground_img,
25 vil_image_view_base_sptr& height_img,
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bmdl_batch/
H A Dbmdl.py20 height_img = batch.commit_output(1) variable
44 batch.set_input_from_db(2, height_img)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_dem_to_xyz_process.cxx282 vil_image_view<float> height_img(img); in boxm2_shadow_heights_to_xyz_process() local
283 unsigned ni = height_img.ni(); in boxm2_shadow_heights_to_xyz_process()
284 unsigned nj = height_img.nj(); in boxm2_shadow_heights_to_xyz_process()
343 if (height_img(i,j) >= 0) { in boxm2_shadow_heights_to_xyz_process()
344 … (*out_img_z)(i,j) = (float)(height_img(i,j)*scale+(*out_img)(i,j)-gz); // we need local height in boxm2_shadow_heights_to_xyz_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dsdet_adaptor.py371 def segment_image_using_height(img, height_img, weight_thres, margin=0, min_size=50, sigma=1, neigh… argument
374 batch.set_input_from_db(1, height_img)
386 def segment_image_using_height2(img, height_img, edge_img, weight_thres, margin=0, min_size=50, sig… argument
389 batch.set_input_from_db(1, height_img)
H A Dvolm_adaptor.py510 def extract_building_outlines(height_img, class_img, geocam, csv_file_name, kml_file_name): argument
512 batch.set_input_from_db(0, height_img)
682 def generate_building_layers(land_img, land_cam, height_img, height_cam, land_txt, min_h, max_h): argument
686 batch.set_input_from_db(2, height_img)
704 def generate_layers(land_img, land_cam, height_img, height_cam, land_txt, min_h, max_h, beta=10.0): argument
708 batch.set_input_from_db(2, height_img)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/
H A Dbvxm_edge_ray_processor.h51 …& camera,vil_image_view_base_sptr &expected, vil_image_view_base_sptr &height_img, float n_normal,…
H A Dbvxm_edge_ray_processor.cxx275 …& camera,vil_image_view_base_sptr &expected, vil_image_view_base_sptr &height_img, float n_normal,… in expected_edge_image_and_heights() argument
348 bvxm_util::slab_to_img(z_image, height_img); in expected_edge_image_and_heights()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/pro/processes/
H A Dvolm_map_osm_process.cxx475 vil_image_view<float> height_img(height_img_sptr); in volm_map_osm_onto_image_process() local
518 double elev = height_img(uu, vv); in volm_map_osm_onto_image_process()
621 double elev = height_img(uu, vv); in volm_map_osm_onto_image_process()
807 vil_image_view<float> height_img(height_img_sptr); in volm_map_osm_onto_image_process2() local
840 double elev = height_img(uu, vv); in volm_map_osm_onto_image_process2()
883 double elev = height_img(uu, vv); in volm_map_osm_onto_image_process2()
954 double elev = height_img(uu, vv); in volm_map_osm_onto_image_process2()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/
H A Dboxm2_adaptor.py1827 def generate_xyz_from_shadow(scene, height_img, generic_cam, dem_fname, scale): argument
1830 batch.set_input_from_db(1, height_img)