You are here: Start » AVL.NET » PreSplitProcessingParams Constructor

PreSplitProcessingParams Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public PreSplitProcessingParams
(
	bool removeBoundaryBlobs,
	AvlNet.KernelShape kernel,
	int openingRadius,
	int closingRadius,
	int? holeThreshold
)

Parameters

Name Type Range Default Description
removeBoundaryBlobsbool
kernelAvlNet.KernelShape
openingRadiusint
closingRadiusint
holeThresholdint?

See also