#56 · Primary category: Computer Vision
javacv
Java interface to OpenCV, FFmpeg, and more
Project last updated:08/12/26
GitHub Stars
8.3K
Forks
1.6K
Contributors
85
License
Other
Why we included this project
Java developers who need real computer vision or video processing often hit a wall: the best libraries are native. JavaCV removes that wall by wrapping OpenCV, FFmpeg, Tesseract, and friends via JavaCPP presets, so you get working bindings without writing JNI code. On top of that it ships utilities that make day-to-day work easier, like hardware-accelerated frame display, multi-core parallel execution, and camera calibration helpers. If you're building vision features into a JVM service or an Android app, this gives you a direct path to mature native algorithms with a Java-friendly API.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)