selvinEduardo / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

I want to know how can I find the right class in javacv which I know in opecv , for android #335

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

just like that Mat->CvMat and anyothers.

my problem is that I can't translate the opencv android code to javacv android 
code can you help me ?

Original issue reported on code.google.com by xinxianq...@163.com on 6 Jul 2013 at 6:37

GoogleCodeExporter commented 9 years ago
At the moment, JavaCV uses the C API whenever possible, so please check 
OpenCV's documentation for the C API, which we can use with JavaCV:
http://code.google.com/p/javacv/wiki/WhereIsFeatureXOfOpenCV

Original comment by samuel.a...@gmail.com on 14 Jul 2013 at 6:07