Back to Adaptive Vision Library Lite website
You are here: Start » Configuration » ControlParallelComputing
ControlParallelComputing
Enables or disables filters multithreading parallelization.
Syntax
void avl::ControlParallelComputing ( bool inIsEnabled, atl::Optional<int> inThreadCount, int& outThreadCount )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inIsEnabled | bool | True | When 'true' parallel computing is used |
![]() |
inThreadCount | Optional<int> | NIL | Requested number of threads |
![]() |
outThreadCount | int& | Actually available number of threads |


