Searched refs:draw_warped_roi (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/samples/cpp/ |
D | image_alignment.cpp | 34 static void draw_warped_roi(Mat& image, const int width, const int height, Mat& W); 131 static void draw_warped_roi(Mat& image, const int width, const int height, Mat& W) in draw_warped_roi() function 363 draw_warped_roi (target_image, template_image.cols-2, template_image.rows-2, warp_matrix); in main() 364 … draw_warped_roi (template_image, template_image.cols-2, template_image.rows-2, identity_matrix); in main()
|