10 #ifndef mrpt_vision_find_chessboard_H 11 #define mrpt_vision_find_chessboard_H 62 std::vector<mrpt::img::TPixelCoordf>& cornerCoords,
63 unsigned int check_size_x,
unsigned int check_size_y,
64 bool normalize_image =
true,
bool useScaramuzzaMethod =
false);
101 std::vector<std::vector<mrpt::img::TPixelCoordf>>& cornerCoords,
102 unsigned int check_size_x,
unsigned int check_size_y);
void findMultipleChessboardsCorners(const mrpt::img::CImage &img, std::vector< std::vector< mrpt::img::TPixelCoordf >> &cornerCoords, unsigned int check_size_x, unsigned int check_size_y)
Look for the corners of one or more chessboard/checkerboards in the image.
bool findChessboardCorners(const mrpt::img::CImage &img, std::vector< mrpt::img::TPixelCoordf > &cornerCoords, unsigned int check_size_x, unsigned int check_size_y, bool normalize_image=true, bool useScaramuzzaMethod=false)
Look for the corners of a chessboard in the image using one of two different methods.
Classes for computer vision, detectors, features, etc.
A class for storing images as grayscale or RGB bitmaps.