1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2026-05-19 16:23:55 +03:00
160 changed files with 9385 additions and 2093 deletions
@@ -201,9 +201,7 @@ object in multiple ways:
![](images/MatBasicContainerOut3.png)
- For small matrices you may use comma separated initializers or initializer lists (C++11 support is required in the last case):
@snippet mat_the_basic_image_container.cpp comma
- For small matrices you may use initializer lists:
@snippet mat_the_basic_image_container.cpp list