#include <bprb/bprb_func_process.h>#include <vil/vil_image_view.h>#include <vil/vil_pixel_format.h>#include <bprb/bprb_parameters.h>#include <bmdl/bmdl_classify.h>Go to the source code of this file.
| Defines | |
| #define | PARAM_GROUND_THRESH "ground_threshold" | 
| #define | PARAM_VEG_THRESH "vegetation_threshold" | 
| #define | PARAM_AREA_THRESH "area_threshold" | 
| #define | PARAM_HEIGHT_RES "height_resolution" | 
| Functions | |
| template<class T > | |
| bool | classify (const vil_image_view< T > &lidar_first, const vil_image_view< T > &lidar_last, const vil_image_view< T > &ground, vil_image_view< unsigned int > &label_img, vil_image_view< T > &height_img, T gthresh, T vthresh, T athresh, T hres) | 
| 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 | bmdl_classify_process (bprb_func_process &pro) | 
| bool | bmdl_classify_process_cons (bprb_func_process &pro) | 
Definition in file bmdl_classify_process.cxx.
| #define PARAM_AREA_THRESH "area_threshold" | 
Definition at line 12 of file bmdl_classify_process.cxx.
| #define PARAM_GROUND_THRESH "ground_threshold" | 
Definition at line 10 of file bmdl_classify_process.cxx.
| #define PARAM_HEIGHT_RES "height_resolution" | 
Definition at line 13 of file bmdl_classify_process.cxx.
| #define PARAM_VEG_THRESH "vegetation_threshold" | 
Definition at line 11 of file bmdl_classify_process.cxx.
| bool bmdl_classify_process | ( | bprb_func_process & | pro | ) | 
Definition at line 86 of file bmdl_classify_process.cxx.
| bool bmdl_classify_process_cons | ( | bprb_func_process & | pro | ) | 
Definition at line 141 of file bmdl_classify_process.cxx.
| bool classify | ( | const vil_image_view< T > & | lidar_first, | 
| const vil_image_view< T > & | lidar_last, | ||
| const vil_image_view< T > & | ground, | ||
| vil_image_view< unsigned int > & | label_img, | ||
| vil_image_view< T > & | height_img, | ||
| T | gthresh, | ||
| T | vthresh, | ||
| T | athresh, | ||
| T | hres | ||
| ) | 
Definition at line 18 of file bmdl_classify_process.cxx.
| 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.
 1.7.5.1
 1.7.5.1