Matching a RGB image with Depth image

조회 수: 3 (최근 30일)
Bruno Neto
Bruno Neto 2022년 4월 27일
댓글: Image Analyst 2022년 4월 28일
Hey so I have this three images and I need to extract from the depth image, all the depth data coincident/associated with the cropped RGB image. How can i solve this? I need to get the depth data from the depth image so I can eventually get a point cloud with just the part from the cropped RGB image.

답변 (1개)

Image Analyst
Image Analyst 2022년 4월 27일
Maybe you can use drawrectangle() to have the user outline some part of one of the images and then just analyze in that area of the depth image. Is the rgb image reasonably well aligned with the depth image?
  댓글 수: 2
Bruno Neto
Bruno Neto 2022년 4월 27일
I did no calibration of the alignment of those images but I think they are well aligned. At least it worked for me once before with a sort of example
Image Analyst
Image Analyst 2022년 4월 28일
See attached demo.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by