Go to the source code of this file.
Functions | |
std::string | format (const cv::Mat_< int8_t > &m) |
std::string | format (const cv::Mat_< int > &m) |
std::string | format (const cv::Mat_< float > &m) |
std::string | format (const cv::Mat_< double > &m) |
Variables | |
std::map< DistributionType, std::string > | DistributionTypeName |
std::string format | ( | const cv::Mat_< int8_t > & | m | ) |
Definition at line 13 of file tuw_geometry.cpp.
std::string format | ( | const cv::Mat_< int > & | m | ) |
Definition at line 24 of file tuw_geometry.cpp.
std::string format | ( | const cv::Mat_< float > & | m | ) |
Definition at line 35 of file tuw_geometry.cpp.
std::string format | ( | const cv::Mat_< double > & | m | ) |
Definition at line 47 of file tuw_geometry.cpp.
std::map<DistributionType, std::string> DistributionTypeName |
Definition at line 7 of file tuw_geometry.cpp.