gusucode.com > vision工具箱matlab源码程序 > vision/showPointCloud.m

    function ax = showPointCloud(varargin)
%showPointCloud Plot 3-D point cloud.
%   -----------------------------------------------------------------------
%   showPointCloud was renamed to pcshow. Please use the new function in
%   place of showPointCloud.
%   -----------------------------------------------------------------------
%
% See also pcshow
ax = pcshow(varargin{:});