LayoutAnalysisParameter
The LayoutAnalysisParameter class provides parameters to constrain the layout analysis.
Definition
Namespace: com.dynamsoft.utility
Assembly: DynamsoftCaptureVisionBundle.aar
class LayoutAnalysisParameter
Attributes
| Attribute | Type | Description |
|---|---|---|
pattern |
int | Desired layout pattern. Use LP_UNKNOWN for auto-detection. |
axes |
LayoutAxis[] | Configuration for primary axis [0] and secondary axis [1]. |
inputImageWidth |
int | Width of the reference image. Required when spacingUnit is MU_PERCENTAGE. |
inputImageHeight |
int | Height of the reference image. Required when spacingUnit is MU_PERCENTAGE. |
pattern
Desired layout pattern. Use LP_UNKNOWN for auto-detection.
@EnumLayoutPattern
int pattern;
axes
Configuration for primary axis [0] and secondary axis [1].
LayoutAxis[] axes;
inputImageWidth
Width of the reference image. Required when spacingUnit is MU_PERCENTAGE.
int inputImageWidth;
inputImageHeight
Height of the reference image. Required when spacingUnit is MU_PERCENTAGE.
int inputImageHeight;