Click or drag to resize

ImageTColor, TDepth_ThresholdBinary Method

http://www.emgu.com
Threshold the image inplace such that: dst(x,y) = max_value, if src(x,y)>threshold; 0, otherwise

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void _ThresholdBinary(
	TColor threshold,
	TColor maxValue
)

Parameters

threshold
Type: TColor
The threshold value
maxValue
Type: TColor
The maximum value of the pixel on the result
See Also