Click or drag to resize
GpuMatEquals Method (GpuMat)
http://www.emgu.com
Returns true if the two GpuMat equals

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public bool Equals(
	GpuMat other
)

Parameters

other
Type: Emgu.CV.CudaGpuMat
The other GpuMat to be compares with

Return Value

Type: Boolean
True if the two GpuMat equals

Implements

IEquatableTEquals(T)
See Also