61 std::vector<mrpt::img::TPixelCoordf>& cornerCoords,
63 bool normalize_image =
true,
bool useScaramuzzaMethod =
false);
100 std::vector<std::vector<mrpt::img::TPixelCoordf>>& cornerCoords,
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.