How to plot a parameter assigned to each co-ordinate in a point cloud, on a point cloud

조회 수: 5 (최근 30일)
I have a point cloud in MATLAB and I have averaged the surface variance (SV) linearly around the point cloud. I'd like to present the surface variance on the point cloud similar to how temperature is presented on an infrared image. E.g: Regions of low SV would be mainly blue and regions of high SV would be red. I am unsure where to start with this, would anyone have any advice?

답변 (1개)

Nitin Kapgate
Nitin Kapgate 2021년 1월 15일
You can use 'pointCloud' function alongwith its 'Intensity' (grayscale intensities at each point, this maps each intensity value to a color value in the current colormap) property to create an object that stores 3-D point cloud data.
You can use 'pcshow' function to plot and visualize the 3-D point cloud data.
You cna refer to this example to learn about creating a Point Cloud bject and modifying its properties.
  댓글 수: 1
Kartik Javali
Kartik Javali 2021년 2월 5일
I tried changing values of 'Intensity' but the plot seems to be unaffected by the value. I was hoping the brightness of the point is control by 'Intensity' value.. or I may be wrong in my understanding.

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

카테고리

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

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by