http://www.emgu.com
Computes absolute different between this image and the specific color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Image<TColor, TDepth> AbsDiff(
TColor color
) |
Visual Basic |
---|
Public Function AbsDiff ( _
color As TColor _
) As Image(Of TColor, TDepth) |
Visual C++ |
---|
public:
Image<TColor, TDepth>^ AbsDiff(
TColor color
) |
Parameters
- color
- Type: TColor
The color to compute absolute different with
Return Value
The image that contains the absolute different value
See Also