AutoFixAnalyzer Constructor (IImageProvider, Double)

Creates and initializes a new AutoFixAnalyzer with the specified source and quality.

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

Syntax

public AutoFixAnalyzer(
    IImageProvider source,
    double quality
)
'Declaration
Public Sub New ( 
    source As IImageProvider,
    quality As Double
)
public:
AutoFixAnalyzer(
    [InAttribute] IImageProvider^ source, 
    [InAttribute] double quality
)
Lumia.Imaging.Adjustments.AutoFixAnalyzer = function(source, quality);

Parameters

  • quality
    Type: System.Double

    The quality of the result.

    Changing quality affects the time taken to do the analysis by adjusting the working size of the algorithm.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

AutoFixAnalyzer Class

AutoFixAnalyzer.AutoFixAnalyzer Members

AutoFixAnalyzer Overload

Lumia.Imaging.Adjustments Namespace