1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

docs: fix typos in documentation and code comments

Fixed 19 typos across 15 files:
- properies → properties
- posible → possible (2×)
- indeces → indices
- matrixs → matrices (2×)
- grater → greater
- whith → with
- ouput → output
- choosen → chosen (4×)
- constains → contains
- refrence → reference
- dont → don't (4×)
- cant → can't
This commit is contained in:
raimbekovm
2025-12-26 23:42:51 +06:00
parent c1c893ff73
commit c058072d62
15 changed files with 20 additions and 20 deletions
@@ -299,7 +299,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_; }