![]() |
#include <ChessboardPicture.hpp>
Collaboration diagram for ChessboardPicture:

Public Member Functions | |
| void | load (const char *filename) |
| void | drawOriginalTexture (float originX, float originY, float width, float height) |
| void | drawThresholdedTexture (float originX, float originY, float width, float height) |
| unsigned char | getThreshold () const |
| void | recalculateThresholdedImage (int thresh=-1) |
| bool | findChessboardPoints () |
| Finds the corner points of a chessboard. | |
Public Attributes | |
| PortableBitmap | imgThresholded |
| ImageCalibrator | imgCalib |
Definition at line 24 of file ChessboardPicture.hpp.
|
|
Finds the corner points of a chessboard.
Definition at line 58 of file ChessboardPicture.cpp. |
1.3