![]() |
OpenCV 4.12.0
Open Source Computer Vision
|
This is the complete list of members for cv::aruco::GridBoard, including all inherited members.
| Board(InputArrayOfArrays objPoints, const Dictionary &dictionary, InputArray ids) | cv::aruco::Board | |
| Board() | cv::aruco::Board | |
| Board(const Ptr< Impl > &impl) | cv::aruco::Board | protected |
| generateImage(Size outSize, OutputArray img, int marginSize=0, int borderBits=1) const | cv::aruco::Board | |
| getDictionary() const | cv::aruco::Board | |
| getGridSize() const | cv::aruco::GridBoard | |
| getIds() const | cv::aruco::Board | |
| getMarkerLength() const | cv::aruco::GridBoard | |
| getMarkerSeparation() const | cv::aruco::GridBoard | |
| getObjPoints() const | cv::aruco::Board | |
| getRightBottomCorner() const | cv::aruco::Board | |
| GridBoard(const Size &size, float markerLength, float markerSeparation, const Dictionary &dictionary, InputArray ids=noArray()) | cv::aruco::GridBoard | |
| GridBoard() | cv::aruco::GridBoard | |
| impl | cv::aruco::Board | protected |
| matchImagePoints(InputArrayOfArrays detectedCorners, InputArray detectedIds, OutputArray objPoints, OutputArray imgPoints) const | cv::aruco::Board |