Click or drag to resize

ImageTColor, TDepthEquals Method (ImageTColor, TDepth)

http://www.emgu.com
Compare two images, returns true if the each of the pixels are equal, false otherwise

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

Parameters

img2
Type: Emgu.CVImageTColor, TDepth
The other image to compare with

Return Value

Type: Boolean
true if the each of the pixels for the two images are equal, false otherwise

Implements

IEquatableTEquals(T)
See Also