Ask Your Question
-1

I use opencv2 in iOS,but the velocity of stitch function is very slow?

asked 2013-08-05 05:29:09 -0600

fpga18 gravatar image

I use opencv2 in iOS,but the velocity of stitch function is very slow? I have do something for this! 1、Modify some parameters threshold 2、I only use a little "Stitching Pipeline"

now the velocity is from 20000ms to10000ms. but but the velocity of stitch function is also very slow?how can I do to do another? my photo is 3264*2448

edit retag flag offensive close merge delete

Comments

Probably someone downvoted your question because they think it doesn't contain enough information about your system and your problem, however it is wrong of them not to provide an explanation. Please read the FAQ which contains guidelines for the use of this forum.

To answer your question, processing that much information (3264x2448 pixels) on an iOS system is bound to be slow. Do not forget you are working with a handheld device that has limited processing power compared to a PC system.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-08 02:51:03 -0600 )edit

1 answer

Sort by » oldest newest most voted
2

answered 2013-08-07 13:38:34 -0600

Tõnu Samuel gravatar image

IOS is known to be slow compared to PC in many different reasons. In my case first time I used algorithms on IOS they ran 200 times slower than on PC. I did some work and learned some tricks how to speed up IOS: http://stackoverflow.com/questions/11219240/maximum-speed-from-ios-ipad-iphone And of course you always can try to work with smaller image. Handheld, battery powered ARM is not PC-like monster.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-05 05:29:09 -0600

Seen: 467 times

Last updated: Aug 07 '13