10 #ifndef mrpt_vision_find_chessboard_H 11 #define mrpt_vision_find_chessboard_H 48 std::vector<mrpt::utils::TPixelCoordf> &cornerCoords,
49 unsigned int check_size_x,
50 unsigned int check_size_y,
51 bool normalize_image =
true,
52 bool useScaramuzzaMethod =
false );
74 std::vector<std::vector<mrpt::utils::TPixelCoordf> > &cornerCoords,
75 unsigned int check_size_x,
76 unsigned int check_size_y );
A class for storing images as grayscale or RGB bitmaps.
bool VISION_IMPEXP 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.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
void VISION_IMPEXP 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.