Click or drag to resize

ImageTColor, TDepthThresholdToZero Method

http://www.emgu.com
Threshold the image such that: dst(x,y) = src(x,y), 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 Image<TColor, TDepth> ThresholdToZero(
	TColor threshold
)

Parameters

threshold
Type: TColor
The threshold value

Return Value

Type: ImageTColor, TDepth
dst(x,y) = src(x,y), if src(x,y)>threshold; 0, otherwise
See Also