Updated 2024 (markdown)

Vadim Pisarevsky 2024-08-21 22:16:24 +03:00
parent a374b41b06
commit a4c4d09bbf

@ -26,8 +26,13 @@
## 2024-08-14
* Vadim:
...
* Shiqi:
* GIF encoder and decoder are ready for review; there are regression tests. encoder of true-color images is also ready, it uses some color quantization.
* Alexander S (opencv.ai):
* Done:
* GSoC:
* Initial support for GTK3 + OpenGL in HighGUI is enabled. Support for GTK4 is just started. Also, there are some conflicts with the current OpenGL support in core module.
* others:
* Abduragim Shtanchaev:
* Finished Python boolean bindings issue. [#26026 ](https://github.com/opencv/opencv/pull/26026)
* Figured issue where CUDA would fall back on CPU [#26021 ](https://github.com/opencv/opencv/issues/26021)
@ -37,6 +42,7 @@
* Fixed memory leak in dshow camera backend #26045.
* Finished JS support for opencv_contrib #25986.
* Reviewed, tested, helped to resolve issues ## 25950, 26052, 25968, 26043, 26048, 26009, 26026, 26046, 26038, 26034, 26041, 25980, 26019
* Working on adding support for bool type into various places in OpenCV, e.g. to be able to use boolean mask (CV_Bool) in every place where CV_8U mask is now expected.
* Alexander Lyulkov:
* Added integer types to OpenCL dnn backend [#26048](https://github.com/opencv/opencv/pull/26048)
* Rostislav Vasilikhin: