mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
docs: fix spelling errors in documentation
- Fixed 'reinitalized' -> 'reinitialized' in background_segm.hpp - Fixed 'dimentions/dimentional/dimentinal' -> 'dimensions/dimensional' in mat.hpp, imgproc.hpp, gmat.hpp, recurrent_layers.cpp - Fixed 'tresholded' -> 'thresholded' in aruco_detector.cpp
This commit is contained in:
@@ -125,7 +125,7 @@ static void _threshold(InputArray _in, OutputArray _out, int winSize, double con
|
||||
|
||||
|
||||
/**
|
||||
* @brief Given a tresholded image, find the contours, calculate their polygonal approximation
|
||||
* @brief Given a thresholded image, find the contours, calculate their polygonal approximation
|
||||
* and take those that accomplish some conditions
|
||||
*/
|
||||
static void _findMarkerContours(const Mat &in, vector<vector<Point2f> > &candidates,
|
||||
|
||||
Reference in New Issue
Block a user