www.emgu.com/wiki
- img1

Declaration Syntax
public static Image<TColor, TDepth> operator -(
double val,
Image<TColor, TDepth> img1
)
Public Shared Operator - ( _
val As Double, _
img1 As Image(Of TColor, TDepth) _
) As Image(Of TColor, TDepth)
public:
static Image<TColor, TDepth>^ operator -(
double val,
Image<TColor, TDepth>^ img1
)

Return Value
- img1
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)