OpenCV reads a depth image and displays it

Insert image description here
Insert image description here


#include <iostream>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/opencv.hpp>
#include 

Guess you like

Origin blog.csdn.net/qq_21950671/article/details/131586642