Computes absolute different between this image and the specific color
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Image<TColor, TDepth> AbsDiff(
TColor color
) |
Visual Basic (Declaration) |
---|
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