1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2026-02-19 17:10:14 +03:00
120 changed files with 650 additions and 465 deletions
@@ -294,7 +294,7 @@ public:
*/
CV_WRAP Status stitch(InputArrayOfArrays images, InputArrayOfArrays masks, OutputArray pano);
/** @brief Returns indeces of input images used in panorama stitching
/** @brief Returns indices of input images used in panorama stitching
*/
CV_WRAP std::vector<int> component() const { return indices_; }