Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Camera Calibration » IsChessBoardPresent_Deprecated

IsChessBoardPresent_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Calibration |
Detects a chessboard on the image, and returns the points where 4 chessboard squares meet.
Applications: Preparation of data required for creating image undistortion map.
Syntax
void fil::IsChessBoardPresent_Deprecated ( const fil::Image& inImage, int inChessboardWidth, int inChessboardHeight, ftl::Conditional<ftl::Array<fil::Point2D> >& outImageGridPoints )