Class RoiTrackingConfiguration

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a configuration of RoiTracker instances.

    public class RoiTrackingConfiguration : EngineConfiguration
    Inheritance
    object
    EngineConfiguration
    RoiTrackingConfiguration

    Constructors

    View Source

    RoiTrackingConfiguration()

    Initializes a new instance of the RoiTrackingConfiguration class.

    Declaration
    public RoiTrackingConfiguration()

    Properties

    View Source

    Roi

    Gets or sets the ROI(Region Of Interest) of RoiTracker.

    Declaration
    public Rectangle Roi { get; set; }
    Property Value
    Type Description
    Rectangle
    Remarks

    The default value is Rectangle(0, 0, 0, 0) but it's meaningless.
    The user should set this to correct value for TrackAsync(MediaVisionSource, RoiTrackingConfiguration).

    View Source

    TrackerType

    Gets or sets the type of ROI tracker.
    Default value is Balance.

    Declaration
    public RoiTrackerType TrackerType { get; set; }
    Property Value
    Type Description
    RoiTrackerType

    Methods

    View Source

    Dispose(bool)

    Releases the resources used by the RoiTrackingConfiguration object.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    true to release both managed and unmanaged resources, otherwise false to release only unmanaged resources.

    Overrides
    EngineConfiguration.Dispose(bool)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX