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:
@@ -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_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user