[Missing <summary> documentation for "T:OpenCvSharp.Blob.CvTracks"]
Inheritance Hierarchy
System.Collections.GenericDictionaryInt32, CvTrack
OpenCvSharp.BlobCvTracks
Namespace: OpenCvSharp.Blob
Assembly: OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvTracks type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvTracks | Initializes a new instance of the CvTracks class |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Count | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Item | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Keys | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Values | (Inherited from DictionaryInt32, CvTrack.) |
Methods
Name | Description | |
---|---|---|
![]() | Add | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Clear | (Inherited from DictionaryInt32, CvTrack.) |
![]() | ContainsKey | (Inherited from DictionaryInt32, CvTrack.) |
![]() | ContainsValue | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from DictionaryInt32, CvTrack.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | (Inherited from DictionaryInt32, CvTrack.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Remove | (Inherited from DictionaryInt32, CvTrack.) |
![]() | Render(IplImage, IplImage) |
Prints tracks information.
|
![]() | Render(IplImage, IplImage, RenderTracksMode) |
Prints tracks information.
|
![]() | Render(IplImage, IplImage, RenderTracksMode, CvFont) |
Prints tracks information.
|
![]() | ToString | (Overrides ObjectToString.) |
![]() | TryGetValue | (Inherited from DictionaryInt32, CvTrack.) |
See Also