1 | initial version |
well it IS possible, but it means, you have to rebuild the opencv4android sdk locally.
you'd have to start here , modify the build script and add a line like:
BUILD_LIST="core,imgproc",
(add the modules you want/need there, seperated by commas)
and make sure, all tests and examples are OFF (they might rely on features you disabled)
you'll need:
the build scipt has some issues with python3, so make sure to use 2.7 there.
good luck !
2 | No.2 Revision |
well it IS possible, but it means, you have to rebuild the opencv4android sdk locally.
you'd have to start here , modify the build script and add a line like:
BUILD_LIST="core,imgproc",
(add the modules you want/need there, seperated by commas)
and make sure, all tests and examples are OFF (they might rely on features you disabled)
you'll need:
the build scipt has some issues with python3, so make sure to use 2.7 there.
good luck !
3 | No.3 Revision |
well it IS possible, but it means, you have to rebuild the opencv4android sdk locally.
you'd have to start here , modify the build script and add a line like:
BUILD_LIST="core,imgproc",
(add the modules you want/need there, seperated by commas)
and make sure, all tests and examples are OFF (they might rely on features you disabled)
you'll need:
the build scipt has some issues with python3, so make sure to use 2.7 there.
good luck !