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

Declaration Syntax
public Image<TColor, TDepth> ThresholdToZeroInv(
TColor threshold
)
Public Function ThresholdToZeroInv ( _
threshold As TColor _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ ThresholdToZeroInv(
TColor threshold
)

Parameters
- threshold (TColor)
- The threshold to apply

Return Value
The image such that: dst(x,y) = 0, if src(x,y)>threshold; src(x,y), otherwise
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)