Click or drag to resize
ImageTColor, TDepth_ThresholdTrunc Method
http://www.emgu.com
Threshold the image inplace such that: dst(x,y) = threshold, if src(x,y)>threshold; src(x,y), otherwise

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

Parameters

threshold
Type: TColor
The threshold value
See Also