|
pcod-common v1.0.0
Shared preprocessing and postprocessing for point-cloud object detection
|
#include "pcod_common/point_preprocess.hpp"#include <cassert>#include <cmath>#include <stdexcept>Go to the source code of this file.
Functions | |
| int | main () |
| int main | ( | ) |
Run point preprocessing regression checks.
Definition at line 11 of file test_point_preprocess.cpp.
References pcod_common::PointPreprocessConfig::da_bearing_rad, pcod_common::PointPreprocessConfig::da_cx, pcod_common::PointPreprocessConfig::da_cy, pcod_common::PointPreprocessConfig::da_fov_rad, pcod_common::PointPreprocessConfig::da_radius, pcod_common::PointPreprocessConfig::det_area_remove_outside, pcod_common::PointPreprocessConfig::epsilon, pcod_common::PointPreprocessor::IsPointValid(), pcod_common::kMinMax, pcod_common::kNone, pcod_common::kValueThreshold, pcod_common::kZScore, pcod_common::PointPreprocessConfig::max_value, pcod_common::PointPreprocessConfig::min_value, pcod_common::PointPreprocessConfig::nd_x_max, pcod_common::PointPreprocessConfig::nd_x_min, pcod_common::PointPreprocessConfig::nd_y_max, pcod_common::PointPreprocessConfig::nd_y_min, pcod_common::PointPreprocessConfig::normalization_type, pcod_common::PointPreprocessor::NormalizePointFeature(), pcod_common::ParsePointFeatureNormalizationType(), pcod_common::PointPreprocessConfig::remove_points_in_zone, pcod_common::PointPreprocessor::SetZScoreStats(), pcod_common::PointPreprocessConfig::value_threshold, pcod_common::PointPreprocessConfig::x_max, pcod_common::PointPreprocessConfig::x_min, pcod_common::PointPreprocessConfig::y_max, pcod_common::PointPreprocessConfig::y_min, pcod_common::PointPreprocessConfig::z_max, and pcod_common::PointPreprocessConfig::z_min.