MCPcopy 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
3import numpy as np
4from cv2 import destroyAllWindows, imread, imshow, waitKey

Callers

nothing calls this directly

Calls 2

NearestNeighbourClass · 0.85
processMethod · 0.45

Tested by

no test coverage detected