generate a point cloud from a given depth image-matlab Computer Vision System Toolbox
이전 댓글 표시
I have purchased Computer Vision System Toolbox. I am given 400 of depth images (.PNG images). I would like to create a point cloud for each image. I looked at the documentation of Computer Vision System Toolbox, and there is an example of converting depth image to point cloud: http://uk.mathworks.com/help/vision/ref/depthtopointcloud.html
[xyzPoints,flippedDepthImage] = depthToPointCloud(depthImage,depthDevice)
depthDevice = imaq.VideoDevice('kinect',2)
but the thing that I don't understand is that it requires Kinect camera and connection. I am not connecting to Kinect, I don't have Kinect, I am just given the output of Kinect which are the depth images.
how to make use of the function(depthToPointCloud) in the toolbox in generating cloud points from already given depth images without connecting to Kinect camera?
댓글 수: 1
muhammad siddique
2021년 9월 8일
How can i convert simple rgb or gray scale image into 3d point cloud?
채택된 답변
추가 답변 (2개)
Vincent
2015년 11월 10일
This code is used to generate point cloud from depth image, which captured by Kinect
Preetham Manjunatha
2022년 10월 5일
0 개 추천
This link can help to convert RGB-D images to point cloud, provided the camera intrinsic parameters.
카테고리
도움말 센터 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!