I use opencv2 in iOS,but the velocity of stitch function is very slow?
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
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.