0

Can we use opencv in android use ndk i am trying it from last 15/20 days , it give me running program sometime and sometime show me error's , as i think i configured it right as well , my previous question regarding it is here and here , i am using android 2.4.8 with ndk-8 on 64bit windows , i also tried opencv 2.4.4 but there is no sample for native is given there

Community
  • 1
  • 1
AHF
  • 1,070
  • 2
  • 15
  • 47

1 Answers1

0

You could try using SWIG to generate the bindings.

It's not straight forward to make it work, but it saves you a lot of work.

Radu Diță
  • 13,476
  • 2
  • 30
  • 34