public static Image<TColor, TDepth> operator ~( Image<TColor, TDepth> img1 )
Public Shared Operator ~ ( _ img1 As Image(Of TColor, TDepth) _ ) As Image(Of TColor, TDepth)
public: static Image<TColor, TDepth>^ operator ~( Image<TColor, TDepth>^ img1 )
[Missing <param name="img1"/> documentation for "M:Emgu.CV.Image`2.op_OnesComplement(Emgu.CV.Image{`0,`1})"]
[Missing <returns> documentation for M:Emgu.CV.Image`2.op_OnesComplement(Emgu.CV.Image{`0,`1})]