Click or drag to resize

ImageTColor, TDepthAbsDiff Method (TColor)

http://www.emgu.com
Computes absolute different between this image and the specific color

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public Image<TColor, TDepth> AbsDiff(
	TColor color
)

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