#include <pcl/features/statistical_multiscale_interest_region_extraction.h>#include <pcl/io/pcd_io.h>#include <pcl/filters/voxel_grid.h>#include <pcl/filters/extract_indices.h>
Go to the source code of this file.
Functions | |
| int | main (int, char **argv) |
Variables | |
| const float | base_scale = 0.005f |
| const float | subsampling_leaf_size = 0.003f |
| int main | ( | int | , |
| char ** | argv | ||
| ) |
Definition at line 52 of file statistical_multiscale_interest_region_extraction_example.cpp.
| const float base_scale = 0.005f |
Definition at line 48 of file statistical_multiscale_interest_region_extraction_example.cpp.
| const float subsampling_leaf_size = 0.003f |
Definition at line 47 of file statistical_multiscale_interest_region_extraction_example.cpp.