필터 지우기
필터 지우기

how to filter a point cloud according to the color of the points?

조회 수: 2 (최근 30일)
Sirazum Munira Tisha
Sirazum Munira Tisha 2018년 9월 11일
댓글: Sirazum Munira Tisha 2018년 9월 19일
I have a thermal image registered point cloud where the heated substance appears yellowish color and the other parts are black. Now I want to get a point cloud only with the points that has color yellowish and delete the other points that are black. The image of the point cloud that I have is attached.

답변 (1개)

Ashutosh Prasad
Ashutosh Prasad 2018년 9월 14일
You can use simple image segmentation techniques to segment out the yellow portions of the image. A very basic approach would be to threshold the image using the im2bw function by setting the threshold parameter close to the yellow marker.
  댓글 수: 1
Sirazum Munira Tisha
Sirazum Munira Tisha 2018년 9월 19일
I can segment the image but I need to segment the point cloud as well based on the color, which I am failing to do.I didn't find any function for doing that. Thanks for your reply though.

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

카테고리

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