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

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

Parameters
- threshold (TColor)
- The threshold to apply

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