![]() |
Companion
1.0.0
Companion is an object recognition framework written with OpenCV.
|
This is the complete list of members for Companion::Util, including all inherited members.
ConvertColor(cv::Mat &src, cv::Mat &dst, ColorFormat colorFormat) | Companion::Util | static |
CutImage(cv::Mat img, cv::Rect cutArea) | Companion::Util | static |
IsImageLoaded(const cv::Mat &img) | Companion::Util | static |
RatioPosition(cv::Point &point, int cWidth, int cHeight, int nWidth, int nHeight) | Companion::Util | static |
ResizeImage(cv::Mat &img, SCALING scaling) | Companion::Util | static |
ResizeImage(cv::Mat &img, cv::Size size) | Companion::Util | static |
ResizeImage(cv::Mat &img, int width) | Companion::Util | static |
ValidateShape(cv::Point2f topRight, cv::Point2f bottomLeft, cv::Point2f topLeft, cv::Point2f bottomRight, int minSidelLength=10, float maxSideDeviation=0.5f, float maxDiagonalDeviation=0.1f) | Companion::Util | static |