Table of contents

LayoutAnalyzer

The LayoutAnalyzer class provides static methods to analyze the spatial distribution of quadrilaterals.

Definition

Namespace: com.dynamsoft.utility

Assembly: DynamsoftCaptureVisionBundle.aar

class LayoutAnalyzer

Methods

Method Description
analyze(inputQuads) Analyzes the spatial distribution of quadrilaterals.
analyze(inputQuads,parameter) Analyzes the spatial distribution of quadrilaterals with optional constraints.

analyze(inputQuads)

Analyzes the spatial distribution of quadrilaterals.

static LayoutAnalysisResult analyze(Quadrilateral[] inputQuads);

Parameters

[in] inputQuads: Array of input quadrilaterals.

Return Value

A LayoutAnalysisResult object, or null on failure.

analyze(inputQuads,parameter)

Analyzes the spatial distribution of quadrilaterals with optional constraints.

static LayoutAnalysisResult analyze(Quadrilateral[] inputQuads, LayoutAnalysisParameter parameter);

Parameters

[in] inputQuads: Array of input quadrilaterals.

[in] parameter: Optional parameters to constrain the analysis.

Return Value

A LayoutAnalysisResult object, or null on failure.

This page is compatible for: