Emgu CV Library Documentation
_ThresholdBinaryInv Method (threshold, max_value)
NamespacesEmgu.CVImage<(Of <(TColor, TDepth>)>)_ThresholdBinaryInv(TColor, TColor)

www.emgu.com/wiki
Threshold the image inplace such that: dst(x,y) = 0, if src(x,y)>threshold; max_value, otherwise
Declaration Syntax
C#Visual BasicVisual C++
public void _ThresholdBinaryInv(
	TColor threshold,
	TColor max_value
)
Public Sub _ThresholdBinaryInv ( _
	threshold As TColor, _
	max_value As TColor _
)
public:
void _ThresholdBinaryInv(
	TColor threshold, 
	TColor max_value
)
Parameters
threshold (TColor)

[Missing <param name="threshold"/> documentation for "M:Emgu.CV.Image`2._ThresholdBinaryInv(`0,`0)"]

max_value (TColor)

[Missing <param name="max_value"/> documentation for "M:Emgu.CV.Image`2._ThresholdBinaryInv(`0,`0)"]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)