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

资源简介

建立基于Matlab的GUI界面,通过菜单选择来实现; 图像处理基本功能,包括:“打开”,“保存”,“退出”功能; 图像点运算,包括:灰度直方图,灰度线性变换,阈值变换和直方图均衡化; 图像几何运算,包括:平移,水平和垂直镜像,旋转和缩放; 图像空间域增强,包括:图像平滑(均值滤波,中值滤波),图像锐化(Robert算子,Sobel算子,拉普拉斯算子)。

资源截图

代码片段和文件信息

function varargout = guitest(varargin)
% GUITEST M-file for guitest.fig
%      GUITEST by itself creates a new GUITEST or raises the existing
%      singleton*.
%
%      H = GUITEST returns the handle to a new GUITEST or the handle to
%      the existing singleton*.
%
%      GUITEST(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in GUITEST.M with the given input arguments.
%
%      GUITEST(‘Property‘‘Value‘...) creates a new GUITEST or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before guitest_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to guitest_OpeningFcn via varargin.
%
%   

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       41975  2017-12-19 15:53  图像处理作业\guitest.fig
     文件       24009  2017-12-19 15:55  图像处理作业\guitest.m

评论

共有 条评论