• 大小: 214KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-06
  • 语言: Matlab
  • 标签: MATLAB  

资源简介

基于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

评论

共有 条评论