issues
search
geekquad
/
Pixel-Processing
📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127
stars
95
forks
source link
Implemented Nearest neighbor interpolation for issue#305 with required changes
#365
Closed
Ashishsingh619
closed
3 years ago
Ashishsingh619
commented
3 years ago
I have added I python file for Nearest Neighbor interpolation:
In jupyter notebook the size of the displayed image is fixed so it's not possible to show the different sizes.
So I have showed its shape and dimension by which we can understand that the operation has occurred and the change of size.
I have put the files in the folder as you had said
So @geekquad Sir and @unnati914 ma'am please review my pull request and merge it.
I have added I python file for Nearest Neighbor interpolation: