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 Air 2. 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