CvGetNumThreads Method OpenCvSharp Class Library
Returns the current number of threads that are used by parallelized (via OpenMP) OpenCV functions.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int GetNumThreads()

Return Value

Type: Int32
the current number of threads used
See Also

Reference