#include <ThresholdPolicy.hpp>
Static Public Member Functions | |
| static MatPtr | threshold (const MatPtr prefiltered, float weight=0.5) |
Definition at line 57 of file ThresholdPolicy.hpp.
| MatPtr SimpleThreshold::threshold | ( | const MatPtr | prefiltered, |
| float | weight = 0.5 |
||
| ) | [static] |
The method thresholds the prefiltered image with OpenCv binary threshold.
| prefiltered | Prefiltered image. |
| weight | The threshold value. |
Definition at line 39 of file ThresholdPolicy.cpp.