First time here? Check out the FAQ!

Ask Your Question
1

list of parallel functions in opencv?

asked Dec 14 '12

mrgloom gravatar image

How can I determine which functions in opencv are parallel?

Is there any guide\tutor\sample code for best way parallel programming in opencv?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Jul 11 '13

Kirill Kornyakov gravatar image

You can start with this command:

~/Work/OpenCV/opencv> grep -nIHR "parallel_for" --include *.cpp .
Preview: (hide)

Question Tools

Stats

Asked: Dec 14 '12

Seen: 507 times

Last updated: Jul 11 '13