Return the current number of threads that are used by parallelized (via OpenMP) OpenCV functions.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static int cvGetNumThreads()
Visual Basic (Declaration)
Public Shared Function cvGetNumThreads As Integer
Visual C++
public:
static int cvGetNumThreads()

Return Value

the current number of threads that are used by parallelized (via OpenMP) OpenCV functions

See Also