Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Template Matching » ControlEdgeModelLimits

ControlEdgeModelLimits
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | MatchingPro |
Limits the size of the EdgeModel objects created by CreateEdgeModel filter.
Syntax
C++
C#
void fil::ControlEdgeModelLimits ( ftl::Optional<int> inMemoryLimit )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inMemoryLimit | Optional<int> | 1 - ![]() |
NIL | Maximum number of megabytes an EdgeModel can have |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.