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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user