Terrain classifier for sand by Yumi Iwashita [email protected].
image
(sensor_msgs/Image)
- Input color image
image_overlay
(sensor_msgs/Image)
- Overlayed image
image_label
(sensor_msgs/CameraInfo)
- Image containing terrain labels. 255=sand, 0=otherwise
image_probability
(sensor_msgs/CameraInfo)
- Image containing sand probability
~threshold
(double, default: 0.8)
- Threshold for sand probability. Pixels with higher probability are regarded as sand.
~model_name
(str)
- Path to the training model name.
- Pretrained models are found under
models/
~setting_file
(str)
- Setting file for classifier.
- See example files under
spoc_lite/
.
~use_*
(bool)
- Flags to enable each feature extraction.
Identical to the sand_classifier_nodelet
.