InteractiveForegroundSegmenter.Quality Property

Quality of the result.

Changing quality of the effect affects time and memory consumption of the effect by adjusting the working size. The working size of the effect is dependent on the Source's size, so a lower Quality value might be necessary to avoid an OutOfMemoryException.

Range [0.0, 1.0]. Default value is 1.

Namespace: Lumia.Imaging.Compositing
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

public double Quality { get; set; }
'Declaration
Public Property Quality As Double
    Get
    Set
public:
virtual property double Quality {
    double get () sealed;
    void set (double value) sealed;
}
function get_Quality();
function set_Quality(value);

Property Value

Type: Double

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

InteractiveForegroundSegmenter Class

InteractiveForegroundSegmenter.InteractiveForegroundSegmenter Members

Lumia.Imaging.Compositing Namespace