- all
- opencv: patch for gstreamer cmake to handle static linking
- bugfix
- correct ifndef for wrappers to avoid include conflcts
- temporary fix for docker/setup-qemu-action#198
- core
- add exception handling functions and try/catch blocks
- return error from calls to OpenCV functions that cause exceptions. The error shows the OpenCV exception description from the exception caught.
- features2d
- photo
- add Decolor() function
- video
- ApplyWithParams for MOG2 bg subtractor (#1284)
- build
- add manually launched workflows to build ffmpeg, gstreamer, and opencv docker images
- add
Dockerfile.opencv-ubuntu-24.04
for Ubuntu 24.04 support - add
opencv-ubuntu-24-04
step for build img workflow
- docker
- add static image with opencv and ffmpeg without gstreamer
- gstreamer with a specific set of plugins
- use OpenCV patch to build fully static GStreamer with plugins included
- docs
- update ROADMAP for some functions that were completed already
- Update wrong links in Readme for face detection from URL and find chessboard
- make