JavaCV now supports OpenCV 2.2

19 views
Skip to first unread message

Samuel Audet

unread,
Feb 19, 2011, 1:16:30 AM2/19/11
to jav...@googlegroups.com
Hello all,

I released today a new version of JavaCV that works with OpenCV 2.2:
http://code.google.com/p/javacv/

==Changes==
* Switched from JNA to JavaCPP, which has a lower overhead and
supports C++, bringing hope that future versions of JavaCV will support
features of OpenCV available only through the C++ API
* Consequently, the syntax of various operations have changed a bit,
but the transition should not be too painful
* As a happier consequence, this also fixes the problem with SSE
instructions on 32-bit x86 (issue #36)
* Also, JavaCPP does not have any limitations or performance issues
with large data structures (issue #10 and issue #14)
* Added support for OpenCV 2.2 (issue #42), but dropped support for
all previous versions
* Added samples provided by users (issue #1, issue #45, and issue #46)
* Added deinterlace setting to `FFmpegFrameGrabber` having it call
`avpicture_deinterlace()` (issue #38)
* Enhanced a few things of the image alignment algorithm
* Tried to fix image format conversion inside
`FlyCaptureFrameGrabber`, but this is going to require more careful
debugging
* Fixed and added various other things I forget

Have fun!

Samuel

Reply all
Reply to author
Forward
0 new messages