Click or drag to resize

ImageTColor, TDepthAbsDiff Method (ImageTColor, TDepth)

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> AbsDiff(
	Image<TColor, TDepth> img2
)

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The other image to compute absolute different with

Return Value

Type: ImageTColor, TDepth
The image that contains the absolute different value
See Also