Click or drag to resize

CvInvokeNumThreads Property

http://www.emgu.com
Get or set the number of threads that are used by parallelized OpenCV functions

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static int NumThreads { get; set; }

Property Value

Type: Int32
Remarks
When the argument is zero or negative, and at the beginning of the program, the number of threads is set to the number of processors in the system, as returned by the function omp_get_num_procs() from OpenMP runtime.
See Also