Click or drag to resize
ObjectTracker Class
Inheritance Hierarchy
SystemObject
  Scandit.Recognition.PrivateObjectTracker

Namespace: Scandit.Recognition.Private
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.6.0.2 (5.6.0.2)
Syntax
public class ObjectTracker : IDisposable

The ObjectTracker type exposes the following members.

Constructors
  NameDescription
Public methodObjectTracker
Initializes a new instance of the ObjectTracker class
Top
Properties
  NameDescription
Public propertyEnabled
Public propertyObserver
Gets or sets ObjectTracker observer that gets notified whenever new object should be tracked or its location updated.
Public propertyTrackedBarcodes
Top
Methods
  NameDescription
Public methodDispose
Dispose the object tracker.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizer
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also