Paint removal gray background matlab

Online there are many ways to display a two-dimensional image of a lot of things, Set the properties on the imshow!

But my object is a point cloud, so

 clc;
 clear;
 a=pcread('cloud-0.ply');
 figure('Color','white');
 pcshow(a);

effect:

Published 233 original articles · won praise 5 · views 10000 +

Guess you like

Origin blog.csdn.net/weixin_43384504/article/details/104640389