EngnzWaks / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

opencv 2.4.3 and javacv 0.3 #257

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello

You are saying it now works. But not on my machine. Here what i found.

i unable to compile javacv 0.3 and opencv 2.4.3.

it broke on  DetectionBasedTracer.

1) DetectionBasedTracer moved to cv:: namespace
2) It has no Paramters::scaleFactor member anymore

you can see it on opencv git repo commits:

- 94b97b7
- 80febef237d44f16c4ea5136c8c4baffe5cb1d31

If you check opencv_contrib.java you will see:

1) no cv:: on java class

    @Platform({"linux", "macosx", "android"}) @Namespace("cv")
    public static class DetectionBasedTracker extends Pointer {

2) stil presents scaleFactor() on Parameters class

Original issue reported on code.google.com by kuznetsov.alexey on 17 Nov 2012 at 4:46

GoogleCodeExporter commented 8 years ago
Did you download OpenCV 2.4.3 from this URL as instructed in the README.txt 
file?
http://sourceforge.net/projects/opencvlibrary/files/

Original comment by samuel.a...@gmail.com on 18 Nov 2012 at 2:42

GoogleCodeExporter commented 8 years ago
im trying to build javacv on mac osx.

since downloads dose not provide mac version (only ios) i took a git repo.

Original comment by kuznetsov.alexey on 18 Nov 2012 at 10:15

GoogleCodeExporter commented 8 years ago
This is what you should use on Mac OS X:
http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/2.4.3/OpenCV-
2.4.3.tar.bz2

Original comment by samuel.a...@gmail.com on 18 Nov 2012 at 10:41

GoogleCodeExporter commented 8 years ago
it works with tar ball but  wont compile with 2.4.3 git repo source. do you 
know why?

Original comment by kuznetsov.alexey on 18 Nov 2012 at 11:33

GoogleCodeExporter commented 8 years ago
all my faults.

sorry for disturbing.

closed. i checkout master instead of tag.

Original comment by kuznetsov.alexey on 18 Nov 2012 at 11:56

GoogleCodeExporter commented 8 years ago
Ah, ok. Obviously JavaCV will be updated for that at some point the future when 
a new release of OpenCV becomes available.

Original comment by samuel.a...@gmail.com on 26 Nov 2012 at 1:29