checkChessboard
import { checkChessboard } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSimg, size
FUNCTIONcheckChessboard
RETURN TYPEboolean
Checks whether the image contains chessboard of the specific size or not.
checkChessboard(img: Mat, size: Size): boolean;imgSource chessboard view.
sizeSize of the chessboard.
Returns
Whether a chessboard was found.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.