Public Member Functions | |
| ImageThresholdInfo (ImageRangeInfo const &rangeInfo, BlobParams const &p) | |
| ImageThresholdInfo (cv::Mat const &img, BlobParams const &p) | |
Public Attributes | |
| double | minThreshold = 0 |
| double | maxThreshold = 255 |
| double | thresholdStep = 255 |
Definition at line 80 of file BlobExtractor.h.
|
inline |
lerp between min and max, but don't let really dim frames confuse us.
Definition at line 82 of file BlobExtractor.h.