Skip to content

Commit 87863de

Browse files
author
Prasanna Krishnasamy
committed
File level comments for 11-1 example
1 parent 22f1d9d commit 87863de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example_11-01.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Example 11-1. An affine transformation.
2+
// Maps the 3 points (0, 0), (0, height-1), (width-1, 0) specified in srcTri[] to
3+
// the specified points in array dstTri using a computed Affine Transform.
14
#include <opencv2/opencv.hpp>
25
#include <iostream>
36

0 commit comments

Comments
 (0)