Package com.geniusscansdk.core
Class ScanProcessor.OutputParameters
- java.lang.Object
-
- com.geniusscansdk.core.ScanProcessor.OutputParameters
-
- Enclosing class:
- ScanProcessor
public static class ScanProcessor.OutputParameters extends java.lang.Object
Output parameters of the processing.
-
-
Field Summary
Fields Modifier and Type Field Description FilterType
appliedFilter
The filter that was applied to the image.Quadrangle
appliedQuadrangle
TheQuadrangle
that was used to perform perspective correction.
-
Constructor Summary
Constructors Constructor Description OutputParameters()
-
-
-
Field Detail
-
appliedQuadrangle
public Quadrangle appliedQuadrangle
TheQuadrangle
that was used to perform perspective correction.
-
appliedFilter
public FilterType appliedFilter
The filter that was applied to the image.
-
-