Home
last modified time | relevance | path

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

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/vpgl_pro/processes/
H A Dvpgl_geo_camera_processes.cxx286 std::string geotiff_filename = pro.get_input<std::string>(1); in vpgl_geo_footprint_process() local
287 vil_image_resource_sptr img_res = vil_load_image_resource(geotiff_filename.c_str()); in vpgl_geo_footprint_process()
320 std::string g_id = vul_file::strip_directory(geotiff_filename); in vpgl_geo_footprint_process()
321 std::string desc = geotiff_filename + " footprint"; in vpgl_geo_footprint_process()
358 std::string geotiff_filename = pro.get_input<std::string>(in_i++); in vpgl_geo_footprint_process2() local
363 vil_image_resource_sptr img_res = vil_load_image_resource(geotiff_filename.c_str()); in vpgl_geo_footprint_process2()
394 std::string img_name = vul_file::strip_directory(geotiff_filename); in vpgl_geo_footprint_process2()
395 std::string desc = geotiff_filename + " footPrint"; in vpgl_geo_footprint_process2()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bpro/core/pyscripts/
H A Dvpgl_adaptor.py791 def get_geocam_footprint_with_value(geocam, geotiff_filename, out_kml_filename="", write_kml=False): argument
794 batch.set_input_string(1, geotiff_filename)