Ask Your Question
0

OpenCV java samples with eclipse [closed]

asked 2014-02-21 00:26:16 -0600

Olearn gravatar image

now i have known simple java development with eclipse in QUICK START.But i don't know how to do other with OpenCV.So i want to get some samples about java development with eclipse.my email is [email protected],thanks

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Rui Marques
close date 2014-02-25 14:24:06.855227

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-02-25 13:58:47 -0600

Rui Marques gravatar image

updated 2014-02-25 14:20:29 -0600

You have to be aware that opencv Android is older than the pure Java version, so there are more samples for Android and the syntax is exactly the same. The differences are on where your images/video come from and where they go to.

As you can imagine Android has API regarding dealing with the camera, while a desktop will have multiple ways to do that.

Besides the samples contained inside the opencv Android package, you can find some more samples here:

https://github.com/ruimarques

These are full eclipse projects which depend from Opencv 2.4.8 (not tested with other versions). They follow the same structure as Android Tutorial 1.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-02-21 00:26:16 -0600

Seen: 230 times

Last updated: Feb 25 '14