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

IsChessBoardPresent_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Detects a chessboard on the image, and returns the points where 4 chessboard squares meet.
Syntax
C++
void fil::IsChessBoardPresent_Deprecated ( const fil::Image& inImage, int inChessboardWidth, int inChessboardHeight, ftl::Conditional<ftl::Array<fil::Point2D> >& outImageGridPoints )