bytedeco/javacv

Java interface to OpenCV, FFmpeg, and more

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 41 minutes ago
Added to GitGenius on September 7th, 2026
Created on April 21st, 2014
Open Issues & Pull Requests: 465 (+0)
GitHub issues: Enabled
Number of forks: 1,616
Total Stargazers: 8,337 (+0)
Total Subscribers: 236 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

JavaCV is a Java interface to OpenCV, FFmpeg, and other computer vision libraries that brings native functionality to the Java platform.

JavaCV solves the problem of accessing powerful computer vision and multimedia libraries from Java code by providing wrappers around commonly used native libraries including OpenCV, FFmpeg, libdc1394, FlyCapture, Spinnaker, OpenKinect, librealsense, and others. Beyond basic wrapping, the tool adds utility classes that make these libraries easier to use, including hardware-accelerated full-screen image display, parallel execution across multiple cores, camera and projector calibration, feature point detection and matching, image alignment for projector-camera systems, and blob analysis. Some functionality has OpenCL and OpenGL variants for performance-critical applications.

Developers should choose this tool when building computer vision applications in Java or Android that need access to mature, well-established native libraries without reimplementing algorithms. It suits projects ranging from simple image processing tasks to complex augmented reality and camera calibration work. The project provides sample programs for both desktop and Android platforms, and maintains example code ported from OpenCV documentation to help developers get started.

The project maintains an active discussion forum and mailing list for user questions. Documentation is acknowledged as incomplete, with the README directing users to sample programs and external example repositories for learning the API. The maintainer explicitly requests that users report updates and fixes for integration into releases, indicating a collaborative development model.