Skip to content
Advertisement

How to resize a depth map from size [400,400] into size [60,60]?

I have a depth map image which was obtained using a kinect camera. In that image I have selected a region of size [400,400] and stored it as another image. Now, I would like to know how to resize this image into a size of [x,y] in python.

Advertisement

Answer

Same as a normal image

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement