list of parallel functions in opencv?
How can I determine which functions in opencv are parallel?
Is there any guide\tutor\sample code for best way parallel programming in opencv?
add a comment
You can start with this command:
~/Work/OpenCV/opencv> grep -nIHR "parallel_for" --include *.cpp .
Asked: 2012-12-14 01:08:26 -0600
Seen: 506 times
Last updated: Jul 11 '13