Ask Your Question
0

OPENCV 2.4.6 JAVA DOCUMENTATION

asked 2013-08-06 07:27:55 -0600

amina7 gravatar image

updated 2013-08-06 08:11:08 -0600

I didn't find some helpful java tutorials(I mean java code) I want to split a video into frames and compare these frames to others in the database using feature detection All I got is c++ code if you have any links please help me I am pressed for time

edit retag flag offensive close merge delete

Comments

All caps title without much information what you actually ask. Tags misformatted. Missing punctuations. All makes difficult to work with, so voted down.

Tõnu Samuel gravatar imageTõnu Samuel ( 2013-08-07 13:30:39 -0600 )edit

1 answer

Sort by » oldest newest most voted
4

answered 2013-08-06 08:03:06 -0600

What you have to do is the following steps.

  1. Take the original C++ code.
  2. Use the documentation to see which packages/modules hold your functionality.
  3. Surft to the java documentation and hope that the corresponding C++ functions has been ported to Java and has a working wrapper.

There is indeed no large base of java examples provided with openCV. However, if you succeed in creating basic samples, you can upload them with a pull request to the source code. Look at the how to contribute page.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-08-06 07:27:55 -0600

Seen: 373 times

Last updated: Aug 06 '13