Skip to content

Commit

Permalink
Update opencv-cheat-sheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaUl committed Apr 28, 2017
1 parent 8bede11 commit 511316a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/opencv-python-examples/opencv-cheat-sheet.md
Expand Up @@ -17,7 +17,7 @@ A condensed overview of the following can be found in the

[Rotate image](http://cvdrone.de/_pages/opencv-python-examples/opencv-rotate-image/) : ```rotated_image = imutils.rotate(image, 90)```

[Resize_image](http://cvdrone.de/_pages/opencv-python-examples/opencv-resize-image/) : ```img2 = cv2.resize(img, None, fx=0.5, fy=0.5, interpolation = cv2.INTER_AREA)```
[Resize image](http://cvdrone.de/_pages/opencv-python-examples/opencv-resize-image/) : ```img2 = cv2.resize(img, None, fx=0.5, fy=0.5, interpolation = cv2.INTER_AREA)```

[Change parts of image](http://cvdrone.de/_pages/opencv-python-examples/opencv-change-parts-of-image/)

Expand Down

0 comments on commit 511316a

Please sign in to comment.