AutoFixAnalyzer Members
Include Protected Members
Include Inherited Members
The AutoFixAnalyzer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AutoFixAnalyzer() |
Creates and initializes a new AutoFixAnalyzer with default values.
|
|
AutoFixAnalyzer(IImageProvider) |
Creates and initializes a new AutoFixAnalyzer with the specified source and default quality.
|
|
AutoFixAnalyzer(IImageProvider, Double) |
Creates and initializes a new AutoFixAnalyzer with the specified source and quality.
|
Methods
Name | Description | |
---|---|---|
AnalyzeAsync |
Gets the recommended parameters for improving the image.
|
Properties
Name | Description | |
---|---|---|
Quality | The quality of the result. Changing quality affects the time taken to do the analysis by adjusting the working size of the algorithm. Range [0.0, 1.0]. Default value is 0.5. |
|
Source |