OpenCV 3.0.0 - Stitching functionalities in Java?

asked 2015-03-01 03:45:08 -0600

Hi,

I would like to use Java with OpenCV 3.0.0.

I need to use Stitching functionalities but the package org.opencv.stitching seem not be present inside the JAR related to the OpenCV 3.0.0.

Can someone help me?

Thank you very much.

edit retag flag offensive close merge delete

Comments

If it is not there than it is because the stitcher class uses internal classes and the wrappers cant handle that for the moment. So basically there is no stitching wrapper for Java for the moment!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-01 04:51:34 -0600 )edit

Here you can see what modules get included in the wrappers!

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-01 04:53:15 -0600 )edit