You are here: Start » AVL.NET » Function Reference » Computer Vision » Template Matching » AVL.ControlEdgeModelLimits

AVL.ControlEdgeModelLimits

Limits the size of the EdgeModel objects created by CreateEdgeModel filter.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ControlEdgeModelLimits
(
	out bool outHardMemoryLimitViolationStatus
)

Parameters

Name Type Range Default Description
outHardMemoryLimitViolationStatusboolFlag indicating whether the memory limit was violated recently.

Parallel execution

This filter cannot be placed in multiple Workers.

Function Overrides

See also