Ask Your Question
0

Is it necessary that program written in open CV will take less time than the same program written in Matlab??

asked 2015-03-04 00:33:00 -0600

hemu gravatar image

i have written code for stereo matching which is taking around 2s to execute in matlab platform. i just wanted to know that is it necessary that time taken by the same program coded in Open CV will reduce for sure.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-04 03:43:57 -0600

I tried OpenCV in python stereo matching, but it's very slow. If it's important to make it faster try it with multi-threading. So divide your data calculate and add it together again.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-04 00:33:00 -0600

Seen: 123 times

Last updated: Mar 04 '15