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