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

added class labels for low and negative obstacles

parent 049430f7
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ const int TERRAIN = 72;
const int CLASS_GROUND = 46;
const int CLASS_OBSTACLE = 100;
const int CLASS_OVERHANGING_OBSTACLE = 15;
const int CLASS_LOW_OBSTACLE = 24;
const int CLASS_NEGATIVE_OBSTACLE = 26;
const int CLASS_EDGE_DISCARDED_TOO_MUCH_MAHALANOBIS_DISTANCE = 25;
const int CLASS_EDGE_ACCEPTED = 27;
......
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