setNumThreads function
Set the number of threads for OpenCV.
Implementation
void setNumThreads(int n) {
cvRun(() => ccore.SetNumThreads(n));
}
Set the number of threads for OpenCV.
void setNumThreads(int n) {
cvRun(() => ccore.SetNumThreads(n));
}