Ask Your Question

LgArcida's profile - activity

2015-08-13 08:32:41 -0600 received badge  Enthusiast
2015-08-10 14:41:00 -0600 commented question Opencv 3.0 contrib Java

Seems like when making bgsem is trying to import BackgroundSubtractor class. But since BackgroundSubtractor is in a separate package there is an error. Is there a way to update the paths for making the import?

2015-08-10 14:19:50 -0600 commented question Opencv 3.0 contrib Java

No worries, was worth the shot. So, any idea?

2015-08-08 01:17:19 -0600 commented question Opencv 3.0 contrib Java

Is there something missing or a required step?

2015-08-08 01:15:33 -0600 commented question Opencv 3.0 contrib Java

While make is running there is some javac errors

[javac] /home/du/opencv/build/src/org/opencv/bgsegm/BackgroundSubtractorGMG.java:11: error: cannot find symbol
[javac] public class BackgroundSubtractorGMG extends BackgroundSubtractor {
[javac]                                              ^
[javac]   symbol: class BackgroundSubtractor
[javac] /home/du/opencv/build/src/org/opencv/bgsegm/BackgroundSubtractorMOG.java:11: error: cannot find symbol
[javac] public class BackgroundSubtractorMOG extends BackgroundSubtractor {
[javac]                                              ^
[javac]   symbol: class BackgroundSubtractor[ 73%]

Make fails with error 2 ant 75%

2015-08-07 07:30:11 -0600 commented question Opencv 3.0 contrib Java

This seems to be a good idea, but I a not sure where this command should be included Could you point me to the right direction?

2015-08-06 23:53:58 -0600 asked a question Opencv 3.0 contrib Java

I want to use the BackgroundSubtractorMOG from the opencv_contrib but seems like some modules are no ready for Java. Are all extras modules available for Java? am I missing an step? I follow this

http://www.pyimagesearch.com/2015/07/...

All the rest seems to be working good. All help will be appreciated.