资源简介

可以对点云添加噪声,对从网站上下载的标准点云研究提供基础数据,比如研究去噪方法,可通过添加噪声形成基础数据。

资源截图

代码片段和文件信息

function varargout = daorujiazaosheng(varargin)
% DAORUJIAZAOSHENG M-file for daorujiazaosheng.fig
%      DAORUJIAZAOSHENG by itself creates a new DAORUJIAZAOSHENG or raises the existing
%      singleton*.
%
%      H = DAORUJIAZAOSHENG returns the handle to a new DAORUJIAZAOSHENG or the handle to
%      the existing singleton*.
%
%      DAORUJIAZAOSHENG(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in DAORUJIAZAOSHENG.M with the given input arguments.
%
%      DAORUJIAZAOSHENG(‘Property‘‘Value‘...) creates a new DAORUJIAZAOSHENG or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before daorujiazaosheng_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to daorujiazaosheng_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Choose “GUI allows only one
%      instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES

% Edit the above text to modify the response to help daorujiazaosheng

% Last Modified by GUIDE v2.5 09-Jun-2014 15:55:30

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @daorujiazaosheng_OpeningFcn ...
                   ‘gui_OutputFcn‘  @daorujiazaosheng_OutputFcn ...
                   ‘gui_LayoutFcn‘  []  ...
                   ‘gui_Callback‘   []);
if nargin && ischar(varargin{1})
    gui_State.gui_Callback = str2func(varargin{1});
end

if nargout
    [varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
    gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT


% --- Executes just before daorujiazaosheng is made visible.
function daorujiazaosheng_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
% varargin   command line arguments to daorujiazaosheng (see VARARGIN)
a=[];
handles.a=a;
% Choose default command line output for daorujiazaosheng
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes daorujiazaosheng wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = daorujiazaosheng_OutputFcn(hobject eventdata handles) 
% varargout  cell array for returning output args (see VARARGOUT);
% hobject    handle to figure
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

% Get default command line output from handles structure
varargout{1} = handles.output;


% --- Ex

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       5940  2014-06-09 15:55  shujutianjiazaoseng\daorujiazaosheng.fig

     文件       7912  2014-06-09 16:51  shujutianjiazaoseng\daorujiazaosheng.m

     目录          0  2014-06-09 19:03  shujutianjiazaoseng

----------- ---------  ---------- -----  ----

                13852                    3


评论

共有 条评论