LayoutAnalyzer
The LayoutAnalyzer class provides static methods to analyze the spatial distribution of quadrilaterals.
| Name | Description |
|---|---|
static analyze() |
Analyzes the spatial distribution of quadrilaterals. |
analyze
Analyzes the spatial distribution of quadrilaterals.
static analyze(inputQuads: Array<Quadrilateral>, parameter?: LayoutAnalysisParameter): Promise<LayoutAnalysisResult>;
Parameters
inputQuads: An array of input quadrilaterals.
parameter: Optional parameters to constrain the analysis.
Return Value
A promise that resolves with a LayoutAnalysisResult object.
Remarks
New added in CaptureVisionBundle version 3.6.2000 & BarcodeReaderBundle version 11.6.2000.