I’m wondering if there is any instruction how to swap current opencv library with my own custom one. I need that so I can faster prototype some CV algorithms and test my custom opencv modules (based on opencv 4.5.0). I’m mostly interested for iOS (on macos I guess it should be easier though).
I already have my own custom opencv.framework build for iOS platform but not sure how to approach it. I noticed here on source code of module there is some static libraries (*.a) and /includes folder. Inside my .framework there are both /includes folder and ‘opencv2’ binary file (no file extension and just one big fat binary file). Some tips, links or guidance would be helpful. I’m iOS dev so don’t mind tinkering with some native code.