• 大小: 0.15M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: Matlab
  • 标签: matlab  

资源简介


该代码为计算机图形学课上的作业,旨在实现图像分割。主要用了边缘检测算子及分水岭算法。集成了GUI界面,用户也可在此基础上添加别的算法,使GUI功能趋于多元化。

资源截图

代码片段和文件信息

function varargout = pjimage(varargin)
% PJIMAGE MATLAB code for pjimage.fig
%      PJIMAGE by itself creates a new PJIMAGE or raises the existing
%      singleton*.
%
%      H = PJIMAGE returns the handle to a new PJIMAGE or the handle to
%      the existing singleton*.
%
%      PJIMAGE(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in PJIMAGE.M with the given input arguments.
%
%      PJIMAGE(‘Property‘‘Value‘...) creates a new PJIMAGE or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before pjimage_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to pjimage_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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      137342  2014-05-11 21:50  图像分割GUI界面设计\els3.jpg
     文件       11321  2014-07-13 20:56  图像分割GUI界面设计\pjimage.fig
     文件       18914  2014-05-11 22:07  图像分割GUI界面设计\pjimage.m
     文件         107  2014-07-13 21:01  图像分割GUI界面设计\readme.txt
     目录           0  2014-07-13 21:00  图像分割GUI界面设计\

评论

共有 条评论