I have a Visual Studio C++ project. This project has the functionality for correction the fish-eye images into the original rectangular image files. I want to use this functionality in my iOS app development by inserting dylib library file.
How can I create it from my C++ project? Is there any guide for this one? Thanks in advance.