OpenCV
3.0.0
Open Source Computer Vision
|
This is the complete list of members for cv::reg::MapAffine, including all inherited members.
compose(const Map &map) | cv::reg::MapAffine | virtual |
getLinTr() const | cv::reg::MapAffine | inline |
getShift() const | cv::reg::MapAffine | inline |
inverseMap(void) const | cv::reg::MapAffine | virtual |
inverseWarp(const cv::Mat &img1, cv::Mat &img2) const | cv::reg::MapAffine | virtual |
MapAffine(void) | cv::reg::MapAffine | |
MapAffine(const cv::Matx< double, 2, 2 > &linTr, const cv::Vec< double, 2 > &shift) | cv::reg::MapAffine | |
scale(double factor) | cv::reg::MapAffine | virtual |
warp(const cv::Mat &img1, cv::Mat &img2) const | cv::reg::Map | virtual |
~Map(void) | cv::reg::Map | virtual |
~MapAffine(void) | cv::reg::MapAffine |