You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
OpenCV is really powerful and has many features, but in general usecases we don't need every features.
Having the ability to disable unused modules can drastically reduce binary size, which is always great for mobile apps.
Describe the solution you'd like
Maybe use a yaml file to specify what modules to include and exclude, and a custom build is triggered to build from source locally.
The text was updated successfully, but these errors were encountered:
Yes you can always specify the modules by yourself, either using cmake options or cocoapods subspecs, but providing switches via yaml configuration is a better choice, if more users require this feature in the future, I will add it when having some free time.
Is your feature request related to a problem? Please describe.
OpenCV is really powerful and has many features, but in general usecases we don't need every features.
Having the ability to disable unused modules can drastically reduce binary size, which is always great for mobile apps.
Describe the solution you'd like
Maybe use a yaml file to specify what modules to include and exclude, and a custom build is triggered to build from source locally.
The text was updated successfully, but these errors were encountered: