ImageTColor, TDepthAbsDiff Method (TColor) |
http://www.emgu.com
Computes absolute different between this image and the specific color
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic Image<TColor, TDepth> AbsDiff(
TColor color
)
Public Function AbsDiff (
color As TColor
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ AbsDiff(
TColor color
)
member AbsDiff :
color : 'TColor -> Image<'TColor, 'TDepth>
Parameters
- color
- Type: TColor
The color to compute absolute different with
Return Value
Type:
ImageTColor,
TDepth The image that contains the absolute different value
See Also