Skip to content

Commit 25607af

Browse files
committed
Added license tag to README
1 parent a62bdf7 commit 25607af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
2+
13
# Image rotation and translation in C++ using Nearest neighbor interpolation
24
The project is related to Nearest neighbor interpolation technique for image rotation. We read the user input for rotation angle, and then create a transformation matrix. Later, we multiply the destination image coordinates with the inverse of this transformation matrix to get the corresponding source image coordinates. After some rounding off operation, we get the nearest coordinates. The project uses OpenCV only fo rmatrix manipulations and not for the nearest neighbor interpolation itself.
35

0 commit comments

Comments
 (0)