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