-
大小: 29.24MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-07-24
- 语言: 其他
- 标签:
资源简介
基于颜色特征、基于形状特征或者基于颜色和形状综合特征。
代码片段和文件信息
function varargout = cbires(varargin)
% CBIRES MATLAB code for cbires.fig
% CBIRES by itself creates a new CBIRES or raises the existing
% singleton*.
%
% H = CBIRES returns the handle to a new CBIRES or the handle to
% the existing singleton*.
%
% CBIRES(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in CBIRES.M with the given input arguments.
%
% CBIRES(‘Property‘‘Value‘...) creates a new CBIRES or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before cbires_OpeningFcn gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to cbires_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 cbires
% Last Modified by GUIDE v2.5 23-May-2013 22:01:15
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @cbires_OpeningFcn ...
‘gui_OutputFcn‘ @cbires_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 cbires is made visible.
function cbires_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 cbires (see VARARGIN)
% Choose default command line output for cbires
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
% UIWAIT makes cbires wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = cbires_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 handles and user data (see GUIDATA)
% Get default command line output from handles structure
varargout{1} = handles.output;
% --- Executes on button press in btn_BrowseImage.
function btn_BrowseImage_Callback(hobject eventdata handles)
% hobject handle to btn_BrowseImage (see GCBO)
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
[query_fname query_
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-04-24 19:40 2\
目录 0 2019-04-24 19:40 2\ImageRetrieval\
文件 1667 2013-05-21 11:02 2\ImageRetrieval\L1.m
文件 3151 2013-05-21 13:08 2\ImageRetrieval\L2.m
文件 7348 2013-05-24 10:01 2\ImageRetrieval\cbires.fig
文件 18268 2018-04-15 15:21 2\ImageRetrieval\cbires.m
文件 2985 2013-05-18 01:47 2\ImageRetrieval\colorAutoCorrelogram.m
文件 725 2013-05-17 07:14 2\ImageRetrieval\colorMoments.m
文件 1206 2013-05-24 06:40 2\ImageRetrieval\confMatGet.m
文件 4829 2013-05-24 06:40 2\ImageRetrieval\confMatPlot.m
文件 1232682 2013-05-18 21:28 2\ImageRetrieval\dataset.mat
文件 19893 2013-05-18 01:45 2\ImageRetrieval\gaborWavelet.m
文件 3531 2013-05-18 01:40 2\ImageRetrieval\hsvHistogram.m
目录 0 2019-04-24 19:40 2\ImageRetrieval\images\
文件 35612 2013-05-13 06:48 2\ImageRetrieval\images\0.jpg
文件 24182 2013-05-13 06:48 2\ImageRetrieval\images\1.jpg
文件 32244 2013-05-13 06:48 2\ImageRetrieval\images\10.jpg
文件 46832 2013-05-13 06:48 2\ImageRetrieval\images\100.jpg
文件 28823 2013-05-13 06:48 2\ImageRetrieval\images\101.jpg
文件 26552 2013-05-13 06:48 2\ImageRetrieval\images\102.jpg
文件 24453 2013-05-13 06:48 2\ImageRetrieval\images\103.jpg
文件 35137 2013-05-13 06:48 2\ImageRetrieval\images\104.jpg
文件 30241 2013-05-13 06:48 2\ImageRetrieval\images\105.jpg
文件 27990 2013-05-13 06:48 2\ImageRetrieval\images\106.jpg
文件 40729 2013-05-13 06:48 2\ImageRetrieval\images\107.jpg
文件 35266 2013-05-13 06:48 2\ImageRetrieval\images\108.jpg
文件 43830 2013-05-13 06:48 2\ImageRetrieval\images\109.jpg
文件 41964 2013-05-13 06:48 2\ImageRetrieval\images\11.jpg
文件 39661 2013-05-13 06:48 2\ImageRetrieval\images\110.jpg
文件 30071 2013-05-13 06:48 2\ImageRetrieval\images\111.jpg
文件 25540 2013-05-13 06:48 2\ImageRetrieval\images\112.jpg
............此处省略591个文件信息
- 上一篇:噪声与振动控制工程手册完整版.pdf
- 下一篇:STM32自学笔记。蒙博宇
评论
共有 条评论