Ask Your Question
0

how to use java language using opencv

asked 2013-02-17 00:08:02 -0600

dinesh gravatar image

i have seen many codes in the opencv tutorials.All of them have been given in C?C++.What if i want to implement those using java language for android app?Can anyone give me a clear answer to kickstart my project.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-02-18 02:05:30 -0600

  1. Firstly you can start from samples on OpenCVAndroid SDK. There are some basic samples tutorial-1,2, etc and more complicated apps like Face detection, Image manipulations, etc. Java API reference is very useful too.

  2. The most of Java classes and functions are auto-generated wrappers to C++ functions. In most cases the same names and structure are saved. So, you can translate C++ algorithm to Java without serious problems.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-17 00:08:02 -0600

Seen: 203 times

Last updated: Feb 18 '13