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.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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