#include <ThresholdPolicy.hpp>
Static Public Member Functions | |
| static MatPtr | threshold (const MatPtr prefiltered, float min, float max, unsigned char maxVal=255) |
Definition at line 70 of file ThresholdPolicy.hpp.
| MatPtr HistThreshold::threshold | ( | const MatPtr | prefiltered, |
| float | min, | ||
| float | max, | ||
| unsigned char | maxVal = 255 |
||
| ) | [static] |
The method thresholds the prefiltered image with a hysteresis threshold.
| prefiltered | Prefiltered image. |
| min | The minimum threshold value. |
| max | The maximum threshold value. |
| maxVal | The value of pixels above the threshold. |
Definition at line 47 of file ThresholdPolicy.cpp.