Parameter | Description |
---|---|
thresh | Threshold value (this is not needed if ievTHRESH_OTSU or ievTHRESH_TRIANGLE is used) |
maxval | Maximum value to use with the THRESH_BINARY and THRESH_BINARY_INV thresholding types |
threshType | Thresholding type. Optionally, you can OR the type with ievTHRESH_OTSU to use the optimal threshold value determined by Otsu’s algorithm |
Demos\ImageEditing\EveryMethod\EveryMethod.dpr |