Ask Your Question
0

How to get the opencv stitching library for java?

asked 2014-02-15 15:19:49 -0600

Hinesh gravatar image

updated 2014-02-15 16:23:40 -0600

berak gravatar image

I want to use the opencv stitching library, however they haven't ported the code to java yet. I heard you can use the c++ code in Java and call it using a custom java method. I have no idea how to do this.

Do I need another library to run the c++ code and then use that? or is it much simpler than that?

Ideally I would like to run it natively. Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-25 14:37:02 -0600

Rui Marques gravatar image

To use C++ code in the keyword you are looking for is Java Native Interface (JNI).

If you read these Android tutorials you will find some information about that.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-15 15:19:49 -0600

Seen: 557 times

Last updated: Feb 25 '14