You are here: Start » AVL.NET » SplitAlgorithm Enumeration

SplitAlgorithm Enumeration

Determines which method is used to split the region.

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

Members

Member nameDescription
FewBlobsUsually faster when the region is composed of small amount of blobs.
ManyBlobsUsually faster when the region is composed of big amount of blobs.

See also