Skip to content

Commit

Permalink
File level comments for 11-1 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna Krishnasamy committed May 20, 2017
1 parent 22f1d9d commit 87863de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example_11-01.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Example 11-1. An affine transformation.
// Maps the 3 points (0, 0), (0, height-1), (width-1, 0) specified in srcTri[] to
// the specified points in array dstTri using a computed Affine Transform.
#include <opencv2/opencv.hpp>
#include <iostream>

Expand Down

0 comments on commit 87863de

Please sign in to comment.