![]() |
Image Component Library (ICL)
|
Internally used and returned result structure. More...
#include <CheckerboardDetector.h>
Public Member Functions | |
| ICLCV_API utils::VisualizationDescription | visualize () const |
Public Attributes | |
| bool | found |
| waes it found (i.e. all of the corners) More... | |
| utils::Size | size |
| used size (see init) More... | |
| std::vector< utils::Point32f > | corners |
| found corners More... | |
Internally used and returned result structure.
| ICLCV_API utils::VisualizationDescription icl::cv::CheckerboardDetector::Checkerboard::visualize | ( | ) | const |
| std::vector<utils::Point32f> icl::cv::CheckerboardDetector::Checkerboard::corners |
found corners
| bool icl::cv::CheckerboardDetector::Checkerboard::found |
waes it found (i.e. all of the corners)
| utils::Size icl::cv::CheckerboardDetector::Checkerboard::size |
used size (see init)
1.8.15