You are here: Start » DatacodeParams Constructor

DatacodeParams Constructor

Namespace:Fil
Assembly:FilNet.Types.dll

Syntax

public DatacodeParams
(
	Optional<Fil.CodePolarity> polarity_,
	int minRowCount_,
	int maxRowCount_,
	int minColumnCount_,
	int maxColumnCount_,
	float minModuleSize_,
	float maxModuleSize_,
	Optional<Fil.DatacodeGapSize> expectedGapSize_,
	Optional<float> maxRectangleRatio_,
	float maxSlant_,
	Fil.DatacodePerspectiveLevel allowPerspective_,
	bool allowOversizedModules_,
	bool allowRotation_,
	Optional<Fil.DatacodeDistortionLevel> allowDistortion_,
	bool allowBrokenTiming_,
	bool allowBrokenFinder_,
	bool allowBrokenCorner_,
	bool allowMirrored_
)

Parameters

Name Type Range Default Description
polarity_Ftl.Optional<Fil.CodePolarity>
minRowCount_int
maxRowCount_int
minColumnCount_int
maxColumnCount_int
minModuleSize_float
maxModuleSize_float
expectedGapSize_Ftl.Optional<Fil.DatacodeGapSize>
maxRectangleRatio_Ftl.Optional<float>
maxSlant_float
allowPerspective_Fil.DatacodePerspectiveLevel
allowOversizedModules_bool
allowRotation_bool
allowDistortion_Ftl.Optional<Fil.DatacodeDistortionLevel>
allowBrokenTiming_bool
allowBrokenFinder_bool
allowBrokenCorner_bool
allowMirrored_bool

See also