openmp in opencv

asked May 30 '13

mrgloom gravatar image
cvSetNumThreads(2);
int nthreads = cvGetNumThreads();

why nthreads always 1?

Preview: (hide)