Back to Adaptive Vision Library Lite website

You are here: Start » AVL Common » SetParallelComputing

SetParallelComputing


Header: AVL.h
Namespace: avl

Controls the state and number of available threads.

Syntax

void avl::SetParallelComputing
(
	bool enabled,
	int num_threads
)

Parameters

Name Type Default Description
enabled bool
num_threads int Numbers of thread available for computation.