Return the current number of threads that are used by parallelized (via OpenMP) OpenCV functions.
Namespace:
Emgu.CVAssembly: 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() |