OpenCV operations are slower on iPad Air 2 [closed]

asked 2015-02-19 09:29:21 -0600

boudy gravatar image

updated 2015-02-19 11:49:38 -0600

Hi,

I have an IOS application that uses OpenCV heavily for object detection. Benchmarks of the detection algorithm show that it is running about 10 fps slower on the iPad Air 2 than on the iPad Air. Profiling shows that most of the time is spent in template matching, and then median filtering. The relative proportions of the time spent in these operations INCREASES on the Air 2 despite the fact that it has a faster processor. Any clues why OpenCV appears to be slower?

I'm currently using the 2.4.9. Not using the GPU, as far as I know there are no supported operations for IOS.

Thanks

-Eric

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-11 15:53:12.811285

Comments

Can you provide more info? Like slower than on what device?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-02-19 09:50:27 -0600 )edit

Thanks for the reply. Its the iPad Air and Air 2. I updated the question.

boudy gravatar imageboudy ( 2015-02-19 11:50:05 -0600 )edit