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

Merge branch 4.x

This commit is contained in:
Alexander Smorkalov
2026-02-11 13:54:39 +03:00
committed by Alexander Smorkalov
468 changed files with 16647 additions and 11284 deletions
+1 -1
View File
@@ -2169,7 +2169,7 @@ cv::Point2f &Chessboard::Board::getCorner(int _row,int _col)
}
++count;
row_start = row_start->bottom;
}while(_row);
}while(row_start);
}
CV_Error(Error::StsInternal,"cannot find corner");
// return *top_left->top_left; // never reached
+1 -1
View File
@@ -149,7 +149,7 @@ class Chessboard: public cv::Feature2D
int max_tests; //!< maximal number of tested hypothesis
bool super_resolution; //!< use super-repsolution for chessboard detection
bool larger; //!< indicates if larger boards should be returned
bool marker; //!< indicates that valid boards must have a white and black cirlce marker used for orientation
bool marker; //!< indicates that valid boards must have a white and black circle marker used for orientation
Parameters()
{