• 大小: 2.94M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-09
  • 语言: 其他
  • 标签: 其他  

资源简介

imagesegmentation.zip

资源截图

代码片段和文件信息

%   感谢亲亲使用此代码,此代码解决您的问题了吗~(@^_^@)~
%   没解决的话告诉亲亲一个好消息,登录淘宝店铺“大成软件工作室”,可以下载(????)1分钱成品代码(′▽‘〃)哦~
%   是的,亲亲真的没有看错,挠破头皮的问题真的1分钱就可以解决了(づ??????)づ
%   小的这就把传送门给您,记得要收藏好哦(づ ̄3 ̄)づ╭?~
%   传送门:https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-15151018122.5.uwGoq5&id=538759553146
%   如果传送门失效,亲亲可以来店铺讨要,客服MM等亲亲来骚扰哦~(*/ω╲*)
function varargout = cml20062036(varargin)
%CML20062036 M-file for cml20062036.fig
%      CML20062036 by itself creates a new CML20062036 or raises the existing
%      singleton*.
%
%      H = CML20062036 returns the handle to a new CML20062036 or the handle to
%      the existing singleton*.
%
%      CML20062036(‘Property‘‘Value‘...) creates a new CML20062036 using the
%      given property value pairs. Unrecognized properties are passed via
%      varargin to cml20062036_OpeningFcn.  This calling syntax produces a
%      warning when there is an existing singleton*.
%
%      CML20062036(‘CALLBACK‘) and CML20062036(‘CALLBACK‘hobject...) call the
%      local function named CALLBACK in CML20062036.M with the given input
%      arguments.
%
%      *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 cml20062036

% Last Modified by GUIDE v2.5 12-May-2009 12:43:40

% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘       mfilename ...
                   ‘gui_Singleton‘  gui_Singleton ...
                   ‘gui_OpeningFcn‘ @cml20062036_OpeningFcn ...
                   ‘gui_OutputFcn‘  @cml20062036_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 cml20062036 is made visible.
function cml20062036_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   unrecognized PropertyName/PropertyValue pairs from the
%            command line (see VARARGIN)

% Choose default command line output for cml20062036
handles.output = hobject;

% Update handles structure
guidata(hobject handles);

% UIWAIT makes cml20062036 wait for user response (see UIRESUME)
% uiwait(handles.figure1);


% --- Outputs from this function are returned to the command line.
function varargout = cml20062036_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 h

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2016-09-22 16:36  image segmentation\
     文件       60062  2009-05-13 15:26  image segmentation\bw.bmp
     文件     1218468  2009-05-10 15:17  image segmentation\cats.tif
     文件       25960  2009-05-14 20:11  image segmentation\cml20062036.asv
     文件        9989  2009-05-14 20:11  image segmentation\cml20062036.fig
     文件       26406  2016-09-22 15:41  image segmentation\cml20062036.m
     文件      481078  2009-05-13 15:26  image segmentation\gray.bmp
     文件      481078  2009-05-11 17:53  image segmentation\ind.bmp
     文件     1430315  2009-05-13 15:26  image segmentation\ind.mat
     文件         239  2009-05-11 13:15  image segmentation\test2.asv
     文件         846  2016-09-22 15:42  image segmentation\test2.m
     文件        1254  2009-05-11 18:52  image segmentation\transform.asv
     文件        1958  2016-09-22 15:42  image segmentation\transform.m

评论

共有 条评论