Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ resize.py
File
resize.py
digital_image_processing/resize/resize.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Multiple image resizing techniques"
""
2
3
import
numpy
as
np
4
from
cv2
import
destroyAllWindows, imread, imshow, waitKey
Callers
nothing calls this directly
Calls
2
NearestNeighbour
Class · 0.85
process
Method · 0.45
Tested by
no test coverage detected