Description: More...
#include <opencv2/core/core.hpp>#include <cv.h>#include <highgui.h>#include <boost/program_options.hpp>#include <boost/timer.hpp>#include <boost/make_shared.hpp>#include <pcl/point_types.h>#include <pcl/io/pcd_io.h>#include <pcl/PointIndices.h>#include <pcl/features/normal_3d.h>#include <pcl/visualization/pcl_visualizer.h>#include <pcl/visualization/point_cloud_handlers.h>#include "cob_3d_mapping_common/point_types.h"#include "cob_3d_features/organized_normal_estimation.h"#include "cob_3d_features/organized_curvature_estimation_omp.h"#include "cob_3d_features/curvature_classifier.h"#include "cob_3d_features/impl/curvature_classifier.hpp"
Go to the source code of this file.
| Typedefs | |
| typedef visualization::PointCloudColorHandlerRGBField < PointXYZRGB > | ColorHdlRGB | 
| Functions | |
| int | main (int argc, char **argv) | 
| void | readOptions (int argc, char *argv[]) | 
| Variables | |
| bool | en_one_ | 
| float | ex_th_ | 
| string | file_cluster_ | 
| string | file_in_ | 
| string | file_out_ | 
| int | rfp_ | 
| float | rn_ | 
Description:
ToDo:
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file test_organized_curvature_estimation.cpp.
| typedef visualization::PointCloudColorHandlerRGBField<PointXYZRGB> ColorHdlRGB | 
Definition at line 92 of file test_organized_curvature_estimation.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 132 of file test_organized_curvature_estimation.cpp.
| void readOptions | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 100 of file test_organized_curvature_estimation.cpp.
| bool en_one_ | 
Definition at line 98 of file test_organized_curvature_estimation.cpp.
| float ex_th_ | 
Definition at line 97 of file test_organized_curvature_estimation.cpp.
| string file_cluster_ | 
Definition at line 94 of file test_organized_curvature_estimation.cpp.
| string file_in_ | 
Definition at line 94 of file test_organized_curvature_estimation.cpp.
| string file_out_ | 
Definition at line 94 of file test_organized_curvature_estimation.cpp.
| int rfp_ | 
Definition at line 96 of file test_organized_curvature_estimation.cpp.
| float rn_ | 
Definition at line 95 of file test_organized_curvature_estimation.cpp.