Click or drag to resize

CvTrackEquals Method (CvTrack)

http://www.emgu.com
Compares CvTrack for equality

Namespace:  Emgu.CV.Cvb
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public bool Equals(
	CvTrack other
)

Parameters

other
Type: Emgu.CV.CvbCvTrack
The other track to compares with

Return Value

Type: Boolean
True if the two CvTrack are equal; otherwise false.

Implements

IEquatableTEquals(T)
See Also