Go to the source code of this file.
Namespaces | |
| VTEC | |
Functions | |
| void | VTEC::drawResult (cv::Mat &image, cv::Mat H, double score, int bbox_size_x, int bbox_size_y, cv::Scalar color=cv::Scalar(255, 255, 255)) |
| Draws a tracking result in an image. More... | |
| void | VTEC::warpPoints (cv::Point &p, cv::Mat H) |
| Warp a point using an homography matrix. More... | |