OpenCV developed in C/C++ - Run in iOS?
I am developing an image processing application in Centos with OpenCV using C/C++ coding. My intension is to have a single development platform for Linux and IOS (IPAD). So if I start the development in a Linux environment with OpenCV installed ( in C/C++ ), can I use the same code in IOS without going for Objective-C? I don't want to put dual effort for iOS so how to achieve this?