Skip to content

Convert native OpenCV Java methods to JavaCV #8

Description

@tonyketcham

JavaCV code proves syntactically cleaner and more true to the native C++/Python style given in the OpenCV documentation. C++ modules that OpenCV has not yet wrapped for Java are also included in JavaCV.

Crucially, JavaCV has gone where stock Java OpenCV hasn't and wrapped Transparent API, which is useful for instantiating UMats through OpenCL that play nicely with OpenCV's Mat methods. This takes advantage of GPU hardware acceleration (as opposed to Mats which are CPU-bound) and can speed up processes by orders of magnitude. In the case of image alignment on a stack of 20MP+ images, this kind of speed is imperative.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions