Ask Your Question

Revision history [back]

click to hide/show revision 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.

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.