资源简介
基于MATLAB的医学图像处理系统,能做简单的直方图均衡化和匹配,课程设计可以用
代码片段和文件信息
function varargout = Histogram_Processing_System(varargin)
% HISTOGRAM_PROCESSING_SYSTEM M-file for Histogram_Processing_System.fig
% HISTOGRAM_PROCESSING_SYSTEM by itself creates a new HISTOGRAM_PROCESSING_SYSTEM or raises the existing
% singleton*.
%
% H = HISTOGRAM_PROCESSING_SYSTEM returns the handle to a new HISTOGRAM_PROCESSING_SYSTEM or the handle to
% the existing singleton*.
%
% HISTOGRAM_PROCESSING_SYSTEM(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in HISTOGRAM_PROCESSING_SYSTEM.M with the given input arguments.
%
% HISTOGRAM_PROCESSING_SYSTEM(‘Property‘‘Value‘...) creates a new HISTOGRAM_PROCESSING_SYSTEM or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before Histogram_Processing_System_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to Histogram_Processing_System_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 Histogram_Processing_System
% Last Modified by GUIDE v2.5 14-Sep-2012 10:37:41
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @Histogram_Processing_System_OpeningFcn ...
‘gui_OutputFcn‘ @Histogram_Processing_System_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 Histogram_Processing_System is made visible.
function Histogram_Processing_System_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 Histogram_Processing_System (see VARARGIN)
% Choose default command line output for Histogram_Processing_System
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes Histogram_Processing_System wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = Histogram_Processing_System_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% event
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-11-26 13:19 MATLAB_Histogram_Processing_System\
文件 66614 2012-09-03 10:09 MATLAB_Histogram_Processing_System\1.BMP
文件 21573 2014-11-26 13:01 MATLAB_Histogram_Processing_System\Histogram_Processing_System.asv
文件 19593 2012-09-14 11:34 MATLAB_Histogram_Processing_System\Histogram_Processing_System.fig
文件 21525 2014-11-26 13:16 MATLAB_Histogram_Processing_System\Histogram_Processing_System.m
文件 23 2014-11-26 13:18 MATLAB_Histogram_Processing_System\Read First!.txt
文件 53206 2012-09-03 10:09 MATLAB_Histogram_Processing_System\X_hand.png
文件 578 2014-11-26 13:17 MATLAB_Histogram_Processing_System\bangzhu.txt
文件 80418 2012-09-07 09:45 MATLAB_Histogram_Processing_System\cell.JPG
文件 579 2012-09-03 10:17 MATLAB_Histogram_Processing_System\rgb2hsi.m
文件 92 2012-09-13 20:57 MATLAB_Histogram_Processing_System\关于.txt
文件 12388 2012-09-12 17:29 MATLAB_Histogram_Processing_System\图片2.jpg
- 上一篇:MIMO通信系统_MATLAB仿真代码
- 下一篇:ICA的人脸识别MATLAB源码
相关资源
- ICA的人脸识别MATLAB源码
- MIMO通信系统_MATLAB仿真代码
- 数字基带传输系统的matlab仿真实现
- 十字路口车流通量及车身颜色的统计
- Matlab实现Moravec算子程序
- 语音信号处理实验matlab程序
- Turbo码matlab仿真程序204389
- SFLA算法 matlab
- matlab构造4阶m序列,显示波形及自相关
- 基于Matlab的SVM含数据
- matlab液压系统仿真
- Lyapunov指数计算的Matlab code
- matlab HARQ仿真
- 机器人控制系统设计与matlab仿真程序
- Matlab实现二值图像的边缘检测 getedg
- 史上最全的AMESim-Matlab 联合仿真设置步
- matlab时延估计算法的互相关函数
- matlab 人脸检测
- bp神经网络算法的一个matlab实现
- 8*8矩阵zigzag反扫描 matlab代码
- matlab VAR模型应用,和PPT
- 室内可见光通信一次反射功率分布m
- 室内可见光通信信噪比计算MATLAB代码
- matlab图像叠加
- 语音信号共振峰提取Matlab
- polar3d_Matlab
- matlab串口接收程序
- 完整的维纳滤波器Matlab源程序
- MATLAB GOAT工具箱
- 用MatLab实现SVM分类.
评论
共有 条评论