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

资源简介


Matlab GUI 实现图像截取,可以用鼠标控制矩形框的大小。存储图像块,并且发布GU程序。

资源截图

代码片段和文件信息

function varargout = picturecrop(varargin)
%% PICTURECROP M-file for picturecrop.fig
%      PICTURECROP by itself creates a new PICTURECROP or raises the existing
%      singleton*.
%
%      H = PICTURECROP returns the handle to a new PICTURECROP or the handle to
%      the existing singleton*.
%
%      PICTURECROP(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in PICTURECROP.M with the given input arguments.
%
%      PICTURECROP(‘Property‘‘Value‘...) creates a new PICTURECROP or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before picturecrop_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to picturecrop_OpeningFcn via varargin.
%
%      *See GUI Options on GUIDE‘s Tools menu.  Choose “GUI allows only one
%      instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDL

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11385  2015-08-20 01:12  picturecrop.m

     文件      15765  2015-08-20 01:12  picturecrop.fig

----------- ---------  ---------- -----  ----

                27150                    2


评论

共有 条评论