Enum ThresholdFlags
Namespace: SaigeVision.ImageProcess
Assembly: SaigeVision.ImageProcess.dll
Syntax
public enum ThresholdFlags
Fields
| Name | Description |
|---|---|
| THRESH_BINARY | 0 | maxval |
| THRESH_BINARY_INV | maxval | 0 |
| THRESH_MASK | All 0 |
| THRESH_OTSU | use Otsu algorithm to choose the optimal threshold value |
| THRESH_TOZERO | 0 | Origin |
| THRESH_TOZERO_INV | Origin | 0 |
| THRESH_TRIANGLE | use Triangle algorithm to choose the optimal threshold value |
| THRESH_TRUNC | Origin | thresh |