Description: More...
#include <fstream>#include <boost/program_options.hpp>#include <pcl/io/pcd_io.h>#include <pcl/common/file_io.h>#include <pcl/point_types.h>#include <cob_3d_evaluation_features/label_results.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | readOptions (int argc, char *argv[]) |
Variables | |
| float | c1_steps |
| float | c2_steps |
| float | c_high_max |
| float | c_high_min |
| float | c_high_steps |
| float | c_low_max |
| float | c_low_min |
| float | c_low_steps |
| float | c_r1_max |
| float | c_r1_min |
| float | c_r2_max |
| float | c_r2_min |
| string | config_file_ |
| bool | en_pc |
| bool | en_rsd |
| string | folder_ |
| float | r1_steps |
| float | r2_steps |
| float | r_high_max |
| float | r_high_min |
| float | r_high_steps |
| float | r_low_max |
| float | r_low_min |
| float | r_low_steps |
| float | r_r1_max |
| float | r_r1_min |
| float | r_r2_max |
| float | r_r2_min |
| vector< string > | scenes_ |
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 evaluate_test_data.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 158 of file evaluate_test_data.cpp.
| void readOptions | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 85 of file evaluate_test_data.cpp.
| float c1_steps |
Definition at line 80 of file evaluate_test_data.cpp.
| float c2_steps |
Definition at line 80 of file evaluate_test_data.cpp.
| float c_high_max |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_high_min |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_high_steps |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_low_max |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_low_min |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_low_steps |
Definition at line 79 of file evaluate_test_data.cpp.
| float c_r1_max |
Definition at line 80 of file evaluate_test_data.cpp.
| float c_r1_min |
Definition at line 80 of file evaluate_test_data.cpp.
| float c_r2_max |
Definition at line 80 of file evaluate_test_data.cpp.
| float c_r2_min |
Definition at line 80 of file evaluate_test_data.cpp.
| string config_file_ |
Definition at line 76 of file evaluate_test_data.cpp.
| bool en_pc |
Definition at line 77 of file evaluate_test_data.cpp.
| bool en_rsd |
Definition at line 77 of file evaluate_test_data.cpp.
| string folder_ |
Definition at line 76 of file evaluate_test_data.cpp.
| float r1_steps |
Definition at line 83 of file evaluate_test_data.cpp.
| float r2_steps |
Definition at line 83 of file evaluate_test_data.cpp.
| float r_high_max |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_high_min |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_high_steps |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_low_max |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_low_min |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_low_steps |
Definition at line 82 of file evaluate_test_data.cpp.
| float r_r1_max |
Definition at line 83 of file evaluate_test_data.cpp.
| float r_r1_min |
Definition at line 83 of file evaluate_test_data.cpp.
| float r_r2_max |
Definition at line 83 of file evaluate_test_data.cpp.
| float r_r2_min |
Definition at line 83 of file evaluate_test_data.cpp.
| vector<string> scenes_ |
Definition at line 75 of file evaluate_test_data.cpp.