Click or drag to resize
Accord.NET (logo)

HslBlobTracker Properties

The HslBlobTracker type exposes the following members.

Properties
  NameDescription
Public propertyComputeOrientation
Gets or sets whether the tracker should compute blob's orientation.
Public propertyExtract
Gets or sets a value indicating whether the tracker should extract the object image from the source. The extracted image will be available in Image.
Public propertyFilter
Gets the HSL filter used in color segmentation.
Public propertyFilterImage
Gets the HSL filtered image.
Public propertyMaxHeight
Gets or sets the maximum height of tracked objects.
Public propertyMaxWidth
Gets or sets the maximum width of tracked objects.
Public propertyMinHeight
Gets or sets the minimum height of tracked objects.
Public propertyMinWidth
Gets or sets the minimum width of tracked objects.
Public propertyTrackingObject
Gets the current location of the object being tracked.
Top
See Also