ImageTColor, TDepth_ThresholdToZeroInv Method |
http://www.emgu.com Threshold the image inplace such that: dst(x,y) = 0, if src(x,y)>threshold; src(x,y), otherwise
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void _ThresholdToZeroInv(
TColor threshold
)
Public Sub _ThresholdToZeroInv (
threshold As TColor
)
public:
void _ThresholdToZeroInv(
TColor threshold
)
member _ThresholdToZeroInv :
threshold : 'TColor -> unit
Parameters
- threshold
- Type: TColor
The threshold value
See Also