资源简介
可以对点云添加噪声,对从网站上下载的标准点云研究提供基础数据,比如研究去噪方法,可通过添加噪声形成基础数据。
代码片段和文件信息
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
- 上一篇:TPS09
- 下一篇:研究自动导引车系统控制器设计与调度算法
相关资源
- 电力线信道与电力线通信中的窄带噪
- 针对三维点云的Mean Shift聚类算法(
- matlab的最大噪声分离变换(MNF)
- 双边滤波算法
- matlab 经典的ICP点云配准算法
- 点云边缘提取MATLAB
- matlab仿真qpsk在高斯信道和瑞利衰落信
- 点云三维重构delaunay三角剖分,MATLA
- matlab求高斯白噪声的功率谱
- 仿真信号加入噪声信号
- LASreadAll las文件是激光点云数据文件
- 舰船辐射噪声的生成和建模仿真
- 含三个例子的ICP点云配准算法
- elmd 在lmd中加入白噪声对信号进行分析
- 3D-reconstruction-master 3d重建
- PLC_matlab 对电力线的噪声进行分类
- 点云压缩
- 使用包围盒算法对三维激光点云数据
- anc 基于FXLMS算法的有源噪声控制源码
- 三正弦叠加高斯白噪声信号源进行频
- matlab实现的点云精简算法
- fuliye 3. 对图像进行傅里叶逆变换
- sicktoolbox 提供激光雷达点云数据的读
- PointCloud3DReconstruction 实现了点云的三
- average_smooth 对图像进行平滑处理
- matlab-white-noise-- 用MATLAB产生高斯白噪
- hyperMnf
- stblpdf
- bianjieXY 程序可以提取点云数据的特征
- 3D-Reconstruction-code-in-matlab 基于Matlab的
评论
共有 条评论