CvInvokeThreadNum Property |
http://www.emgu.com
Returns the index, from 0 to cvGetNumThreads()-1, of the thread that called the function. It is a wrapper for the function omp_get_thread_num() from OpenMP runtime. The retrieved index may be used to access local-thread data inside the parallelized code fragments.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static int ThreadNum { get; }
Public Shared ReadOnly Property ThreadNum As Integer
Get
public:
static property int ThreadNum {
int get ();
}
static member ThreadNum : int with get
Property Value
Type:
Int32
See Also