Click or drag to resize

ImageTColor, TDepth_ThresholdToZero Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public void _ThresholdToZero(
	TColor threshold
)

Parameters

threshold
Type: TColor
The threshold value
See Also