1 | initial version |
It depends on where and how you want to do it.
If you want to do it in c++ only (android ndk), I can recommend checking this example https://mega.co.nz/#!FRxl1DJB!AVs8qSaj_mEWbRJkLTp8AgWiZrY-5xYvT-td1RyYiog
Its taken from the android opencv examples. If you need to use java, then check out the other opencv examples. They show you how to use JNI.
2 | No.2 Revision |
It depends on where and how you want to do it.
If you want to do it in c++ only (android ndk), I can recommend checking this example
https://mega.co.nz/#!FRxl1DJB!AVs8qSaj_mEWbRJkLTp8AgWiZrY-5xYvT-td1RyYioglink text
Its taken from the android opencv examples. If you need to use java, then check out the other opencv examples. They show you how to use JNI.