Can I remove unwanted modules from the modules folder and build an OpenCV framework for Android and iOS?
The list of modules I have in the modules folder is:
core highgui imgcodecs imgproc CMakeLists.txt
I need to build only these modules. What are the steps required to do it for iOS and Android?