Class ImageFillConfiguration

    Definition

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

    Represents a configuration of fill operations of ImageObject instances.

    public class ImageFillConfiguration : EngineConfiguration
    Inheritance
    object
    EngineConfiguration
    ImageFillConfiguration

    Constructors

    View Source

    ImageFillConfiguration()

    Initializes a new instance of the ImageFillConfiguration class.

    Declaration
    public ImageFillConfiguration()

    Fields

    View Source

    DefaultMaxKeypoints

    A read-only field that represents the default value of ObjectMaxKeyPoints.

    Declaration
    public static readonly int DefaultMaxKeypoints
    Field Value
    Type Description
    int
    View Source

    DefaultScaleFactor

    A read-only field that represents the default value of ObjectScaleFactor.

    Declaration
    public static readonly double DefaultScaleFactor
    Field Value
    Type Description
    double

    Properties

    View Source

    ObjectMaxKeyPoints

    Gets or sets the maximum key points should be detected on the image.
    The maximal number of key points can be selected on the image object to calculate descriptors. This key points will be used for image (object) recognition and has to be specified as integer number. The default value is 1000.

    Declaration
    public int ObjectMaxKeyPoints { get; set; }
    Property Value
    Type Description
    int
    View Source

    ObjectScaleFactor

    Gets or sets the scale factor the image to be recognized.
    The value of the factor will be used for resizing of the images (objects) for recognition. The default value is 1.2.

    Declaration
    public double ObjectScaleFactor { get; set; }
    Property Value
    Type Description
    double

    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