Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::cv::CheckerboardDetector::Checkerboard Struct Reference

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::Point32fcorners
 found corners More...
 

Detailed Description

Internally used and returned result structure.

Member Function Documentation

◆ visualize()

ICLCV_API utils::VisualizationDescription icl::cv::CheckerboardDetector::Checkerboard::visualize ( ) const

Member Data Documentation

◆ corners

std::vector<utils::Point32f> icl::cv::CheckerboardDetector::Checkerboard::corners

found corners

◆ found

bool icl::cv::CheckerboardDetector::Checkerboard::found

waes it found (i.e. all of the corners)

◆ size

utils::Size icl::cv::CheckerboardDetector::Checkerboard::size

used size (see init)


The documentation for this struct was generated from the following file: