Skip to content

Commit 2550581

Browse files
committed
Spelling mistakes in readme were corrected
1 parent 25607af commit 2550581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
22

3-
# Image rotation and translation in C++ using Nearest neighbor interpolation
4-
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.
3+
# Image Rotation and Translation in C++ using Nearest Neighbor Interpolation
4+
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 for rmatrix manipulations and not for the nearest neighbor interpolation itself.
55

66
# Assumptions
77
- You have OpenCV version 3 or greater on your machine

0 commit comments

Comments
 (0)