#include <filtering.h>
Static Public Attributes | |
static const int | Combined = 4 |
static const int | DepthDiff = 1 |
static const int | NormalDiff = 2 |
static const int | PredictorDiff = 8 |
Gradient extraction method enum class
Definition at line 60 of file filtering.h.
const int but_plane_detector::WatershedType::Combined = 4 [static] |
Gradient image is extracted as a combination depth and normal data
Definition at line 76 of file filtering.h.
const int but_plane_detector::WatershedType::DepthDiff = 1 [static] |
Gradient image is extracted from depth data only
Definition at line 66 of file filtering.h.
const int but_plane_detector::WatershedType::NormalDiff = 2 [static] |
Gradient image is extracted from normal data only
Definition at line 71 of file filtering.h.
const int but_plane_detector::WatershedType::PredictorDiff = 8 [static] |
Gradient image is extracted with plane prediction algorithm
Definition at line 81 of file filtering.h.