Click or drag to resize

CvTracks Class

[Missing <summary> documentation for "T:OpenCvSharp.Blob.CvTracks"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryInt32, CvTrack
    OpenCvSharp.BlobCvTracks

Namespace:  OpenCvSharp.Blob
Assembly:  OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public class CvTracks : Dictionary<int, CvTrack>

The CvTracks type exposes the following members.

Constructors
  NameDescription
Public methodCvTracks
Initializes a new instance of the CvTracks class
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryInt32, CvTrack.)
Public propertyCount (Inherited from DictionaryInt32, CvTrack.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryInt32, CvTrack.)
Public propertyKeys (Inherited from DictionaryInt32, CvTrack.)
Public propertyValues (Inherited from DictionaryInt32, CvTrack.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt32, CvTrack.)
Public methodClear (Inherited from DictionaryInt32, CvTrack.)
Public methodContainsKey (Inherited from DictionaryInt32, CvTrack.)
Public methodContainsValue (Inherited from DictionaryInt32, CvTrack.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryInt32, CvTrack.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryInt32, CvTrack.)
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 methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryInt32, CvTrack.)
Public methodRemove (Inherited from DictionaryInt32, CvTrack.)
Public methodRender(Mat, Mat)
Prints tracks information.
Public methodRender(Mat, Mat, RenderTracksModes)
Prints tracks information.
Public methodRender(Mat, Mat, RenderTracksModes, Scalar, HersheyFonts, Double, Int32)
Prints tracks information.
Public methodToString
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryInt32, CvTrack.)
Top
See Also