10 #ifndef mrpt_vision_find_chessboard_H    11 #define mrpt_vision_find_chessboard_H    64         std::vector<mrpt::utils::TPixelCoordf>& cornerCoords,
    65         unsigned int check_size_x, 
unsigned int check_size_y,
    66         bool normalize_image = 
true, 
bool useScaramuzzaMethod = 
false);
   103         std::vector<std::vector<mrpt::utils::TPixelCoordf>>& cornerCoords,
   104         unsigned int check_size_x, 
unsigned int check_size_y);
 
A class for storing images as grayscale or RGB bitmaps. 
 
bool findChessboardCorners(const mrpt::utils::CImage &img, std::vector< mrpt::utils::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. 
 
void findMultipleChessboardsCorners(const mrpt::utils::CImage &img, std::vector< std::vector< mrpt::utils::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. 
 
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.