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
(
	int? inMemoryLimit
)

Parameters

Name Type Range Default Description
inMemoryLimitint?<1, INF>Maximum number of megabytes an EdgeModel can have. Default value: atl::NIL.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See also