Skip to content
Snippets Groups Projects
Commit 2b226128 authored by Iván del Pino's avatar Iván del Pino
Browse files

work in progress

parent 6f1695f9
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@ private:
const pcl::PointXYZRGBNormal point_in_sensor_frame, float &predicted_std_dev,
bool &observation_z_is_below_prediction);
float mahalanobisDistance(const pcl::PointXYZRGBNormal reference_in_sensor_frame,
const pcl::PointXYZRGBNormal point_in_sensor_frame);
float euclideanDistance(const pcl::PointXYZRGBNormal reference_in_sensor_frame,
const pcl::PointXYZRGBNormal point_in_sensor_frame);
......
......@@ -147,6 +147,7 @@ struct FilteringConfiguration
int number_of_references_used_for_labelling;
float max_pred_std_dev_for_labelling;
float score_threshold;
bool classify_not_labeled_points_as_obstacles;
bool discard_not_connected_references_for_labelling;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment