openmp in opencv
cvSetNumThreads(2);
int nthreads = cvGetNumThreads();
why nthreads always 1?
add a comment
cvSetNumThreads(2);
int nthreads = cvGetNumThreads();
why nthreads always 1?
Asked: 2013-05-30 02:32:40 -0600
Seen: 430 times
Last updated: May 30 '13