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> inSoftMemoryLimit, ftl::Optional<int> inHardMemoryLimit, bool& outHardMemoryLimitViolationStatus )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() |
inSoftMemoryLimit | Optional<int> | 1 - ![]() |
NIL | Maximum number of megabytes an EdgeModel can have |
![]() |
inHardMemoryLimit | Optional<int> | 1 - ![]() |
NIL | Maximum number of megabytes an EdgeModel creation function can take |
![]() |
outHardMemoryLimitViolationStatus | bool& | Flag indicating whether the memory limit was violated recently |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.