#include <vcl_string.h>
#include <vil/vil_image_resource.h>
#include <vil/vil_image_view_base.h>
#include <vil/vil_image_resource_sptr.h>
#include <vpgl/file_formats/vpgl_geo_camera.h>
Go to the source code of this file.
Functions | |
bool | generate_mesh (vcl_string fpath_poly, vil_image_view_base_sptr label_img, vil_image_view_base_sptr height_img, vil_image_view_base_sptr ground_img, vcl_string fpath_mesh, vpgl_geo_camera *const lidar_cam, unsigned &num_of_buildings) |
bool | trace_boundaries (vil_image_view_base_sptr label_img, vcl_string fpath) |
bool | classify (vil_image_view_base_sptr lidar_first, vil_image_view_base_sptr lidar_last, vil_image_view_base_sptr ground, vil_image_view_base_sptr &label_img, vil_image_view_base_sptr &height_img, float gthresh, float vthresh, float athresh, float hres) |
bool | lidar_roi (unsigned type, vil_image_resource_sptr lidar_first, vil_image_resource_sptr lidar_last, vil_image_resource_sptr ground, float min_lat, float min_lon, float max_lat, float max_lon, vil_image_view_base_sptr &first_roi, vil_image_view_base_sptr &last_roi, vil_image_view_base_sptr &ground_roi, vpgl_geo_camera *&camera) |
bool classify | ( | vil_image_view_base_sptr | lidar_first, |
vil_image_view_base_sptr | lidar_last, | ||
vil_image_view_base_sptr | ground, | ||
vil_image_view_base_sptr & | label_img, | ||
vil_image_view_base_sptr & | height_img, | ||
float | gthresh, | ||
float | vthresh, | ||
float | athresh, | ||
float | hres | ||
) |
Definition at line 35 of file bmdl_classify_process.cxx.
bool generate_mesh | ( | vcl_string | fpath_poly, |
vil_image_view_base_sptr | label_img, | ||
vil_image_view_base_sptr | height_img, | ||
vil_image_view_base_sptr | ground_img, | ||
vcl_string | fpath_mesh, | ||
vpgl_geo_camera *const | lidar_cam, | ||
unsigned & | num_of_buildings | ||
) |
Definition at line 348 of file bmdl_generate_mesh_process.cxx.
bool lidar_roi | ( | unsigned | type, |
vil_image_resource_sptr | lidar_first, | ||
vil_image_resource_sptr | lidar_last, | ||
vil_image_resource_sptr | ground, | ||
float | min_lat, | ||
float | min_lon, | ||
float | max_lat, | ||
float | max_lon, | ||
vil_image_view_base_sptr & | first_roi, | ||
vil_image_view_base_sptr & | last_roi, | ||
vil_image_view_base_sptr & | ground_roi, | ||
vpgl_geo_camera *& | camera | ||
) |
Definition at line 78 of file bmdl_lidar_roi_process.cxx.
bool trace_boundaries | ( | vil_image_view_base_sptr | label_img, |
vcl_string | fpath | ||
) |
Definition at line 10 of file bmdl_trace_boundaries_process.cxx.