OpenCV operations are slower on iPad Air 2 [closed]
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
Can you provide more info? Like slower than on what device?
Thanks for the reply. Its the iPad Air and Air 2. I updated the question.