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.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
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