I use cmake cross compile opencv2.4.6 in IOS,but is very big
I use cmake cross compile opencv2.4.6 in IOS,and I get a opencv2.framework,but it's has 38M.it's too big,how to I cut it? I only use stitch function! thanks
Basically remove every single option in CMAKE that you don't need. OpenCV isn't a small library, so only picking the options you really need is the way to go. Do not include debug information in your built also.