Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautam-dev-maker authored Sep 6, 2020
1 parent d1ef2db commit c5c0025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ The following operations have been performed mainly using only Numpy and Pillow

### 1. Image Rotation

The image can be rotated by any angle bound or inbound.It involves finding the centre of the Matrix and Shifting along the centre using Rotation Matrix
The image can be rotated by any angle bound or inbound.It involves finding the centre of the Matrix and Shifting along the centre using Rotation Matrix.There are two methods of rotating the image following above approach
1. Using Pure Rotation Matrix
2. [Using Shearing Rotation](https://datagenetics.com/blog/august32013/index.html)

![Rotation Matrix](https://legacy.voteview.com/images/homework_1_1_18_2011.jpg)

Expand Down

0 comments on commit c5c0025

Please sign in to comment.