Expected behaviour
I would like to use the rgbd.rescaleDepth function in RGB-D Depth processing module
Actual behaviour
Trying to use the function with cv2.rgbd.RescaleDepth() function I get the error
AttributeError: module 'cv2' has no attribute 'rgbd'
Steps to reproduce
- operating system: Ubuntu 18.04
- python version: 3.9.9
- opencv-python version: 4.5.5