Table of contents

LayoutAnalysisParameter

The LayoutAnalysisParameter interface provides parameters to constrain the layout analysis.

interface LayoutAnalysisParameter {
    pattern: EnumLayoutPattern;
    axes: [LayoutAxis, LayoutAxis];
    inputImageWidth: number;
    inputImageHeight: number;
}

pattern

Desired layout pattern. LP_UNKNOWN means auto-detect.

axes

Configuration for the primary (axis 0) and secondary (axis 1) axes, of type LayoutAxis.

inputImageWidth

Width of the source image in pixels. 0 means no boundary check.

inputImageHeight

Height of the source image in pixels. 0 means no boundary check.

Remarks

New added in CaptureVisionBundle version 3.6.2000 & BarcodeReaderBundle version 11.6.2000.

This page is compatible for: