CvInvokeGetNumThreads Method |
http://www.emgu.com
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: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic static int GetNumThreads()
Public Shared Function GetNumThreads As Integer
public:
static int GetNumThreads()
static member GetNumThreads : unit -> int
Return Value
Type:
Int32the current number of threads that are used by parallelized (via OpenMP) OpenCV functions
See Also