Description: QR, Barcode and ArUco are all popular code in computer vision applications. OpenCV now support all of them, and can detect and decode...
Better LLMs Support in OpenCV: Tokenizer Integration into DNN Module
Jorge Velez
I propose to integrate native text tokenization support into OpenCV’s DNN module so that Large Language Models (LLMs) can be run end-to-end directly...
Integrate Fractal ArUco into OpenCV
Liiigion
Problem: Traditional ArUco markers in OpenCV struggle with occlusion and long-range detection. Fractal ArUco markers (developed by Prof. Rafael Muñoz...
Computational photography algorithms for better image quality
Mykhailo Trushch
GitHub issue: Opencv #27206, Opencv_contrib #3921 Fork with WIP: https://github.com/MykhailoTrushch/opencv_contrib As part of GSOC 2025 idea 11,...
LLM Runtime Support in OpenCV
Oleksandr Nikolskyy
This project aims to extend OpenCV’s DNN module with efficient runtime support for Large Language Models (LLMs), focusing on decoder-only...
Implementation of a SLAM Framework in OpenCV with (ALIKED features & LightGlue matcher)
ShauryaKpanwar
This project involves a methodological approach to developing, testing, and documenting a SLAM framework. This will serve as both a practical tool...
Multi-camera calibration test
shyama7004
I propose to enhance OpenCV’s multi-camera calibration pipeline by curating and organizing high-quality calibration datasets that include varied...
Enhancing OpenCV's imgcodecs Module Code Refactoring and Feature Improvements
Suleyman Turkmen
The goal of this project is to improve OpenCV’s imgcodecs module by reducing code duplication, enhancing performance, and improving format support....
Adding libcamera support for VideoCapture
Xuanrui Zhu
The Raspberry Pi OS Bullseye released with a new open camera stack libcamera, while VideoCapture did not integrate with the new camera backend in...