#include <checkerboard.h>
Definition at line 11 of file checkerboard.h.
tlz::checkerboard::checkerboard |
( |
| ) |
|
|
default |
tlz::checkerboard::checkerboard |
( |
int |
cols_, |
|
|
int |
rows_, |
|
|
real |
square_width_, |
|
|
const std::vector< vec2 > & |
corners_ |
|
) |
| |
vec2 tlz::checkerboard::corner |
( |
int |
col, |
|
|
int |
row |
|
) |
| const |
|
inline |
std::size_t tlz::checkerboard::corners_count |
( |
| ) |
const |
|
inline |
bool tlz::checkerboard::is_null |
( |
| ) |
const |
|
inline |
tlz::checkerboard::operator bool |
( |
| ) |
const |
|
inlineexplicit |
std::vector< cv::Point > tlz::checkerboard::outer_corners_i |
( |
| ) |
const |
cv::Rect tlz::checkerboard::bounding_rect |
int tlz::checkerboard::cols = 0 |
std::vector<vec2> tlz::checkerboard::corners |
std::vector<vec2> tlz::checkerboard::outer_corners |
int tlz::checkerboard::rows = 0 |
real tlz::checkerboard::square_width = 0.0 |
The documentation for this struct was generated from the following files: