User profile: Daniel Schlegel

User info
User name:Daniel Schlegel
Name:Daniel Schlegel
Location:Germany
Statistical data
Gender:Male
Occupation:Student
Skills:C
C++
History
Joined:
Number of posts:8
Latest posts:

openmp help
You can use the omp_get_thread_num() function to get the id of the thread. So the output of the foll...

openmp help
Ok. Is it possible to extract the DLL from the installation file? Then you could copy it to your wor...

openmp help
OpenMP is supported in VS2010 Profrssional, so I think that VS2012 Professional also supports OMP. ...

openmp help
Maybe you need the "Visual C++ Redistributable Packkage" for VS 2010. x86: http://www.microsoft.com...

openmp help
[code] Mat imagesegmentation(Mat image) { #pragma omp parallel for for(int i = 0; i < image.r...