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.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic void _ThresholdToZero(
TColor threshold
)
Public Sub _ThresholdToZero (
threshold As TColor
)
public:
void _ThresholdToZero(
TColor threshold
)
member _ThresholdToZero :
threshold : 'TColor -> unit
Parameters
- threshold
- Type: TColor
The threshold value
See Also