• 大小: 5.72MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-28
  • 语言: Matlab
  • 标签: xmlmatlab  

资源简介

LabelMe is a WEB-based image annotation tool and a Matlab toolbox that allows researchers to label images and share the annotations with the rest of the community. Copyright (C) 2007 MIT, Computer Science and Artificial Intelligence Laboratory. Antonio Torralba, Bryan Russell, William T. Freeman This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see

资源截图

代码片段和文件信息

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% MATLAB Toolbox for LabelMe Image Database
% Release January 1 2007
%
% If you use this toolbox we only ask you to contribute to the database 
% from time to time by using the labeling tool.
%
% We will appreciate if you cite our paper:
%
% LabelMe: a database and web-based tool for image annotation
%    B. Russell A. Torralba K. Murphy W. T. Freeman
%    International Journal of Computer Vision pages 157-173 Volume 77
%    Numbers 1-3 May 2008.
%
% LabelMe is a WEB-based image annotation tool: 
% http://people.csail.mit.edu/brussell/research/LabelMe/intro.html
% This tool allows researchers to label images and share the annotations with
% the rest of the community.
%
% (c) Antonio Torralba Bryan Russell William T. Freeman 2005.
% -------------------------------------------------------------------------
%
% Introduction
%   demo                - contains examples of how to use several functions
%
% LabelMe tools for reading and ploting the annotations of individual files
%   LMread              - reads one image and the corresponding annotation xml file
%   LMplot              - image and polygons visualization
%
% LabelMe Database tools
%   LMdatabase          - loads all the annotations into a big database struct
%   LMdbshowscenes      - shows thumbnails for the all the images in the database. Combined with query can show images with only certain objects.
%   LMdbshowobjects     - shows crops of the objects in the database.
%   LMobjectnames       - returns a list with the name of all the objects in the database
%   LMobjectindex       - retuns the indices of an object class within the annotation struct
%   LMvalidobjects      
%
% Search tools
%   LMquery             - performs a query on the database using any field
%   LMquerypolygon      - search for objects using shape matching
%   qLabelme            - search using the online search tool (it does not use the local index)
%
% object stats
%   LMstats             - general LabelMe stats
%   LMobjectstats 
%   LMcountobject       - counts the number of instances of an object class in every image
%   objectareas
%   aspectratio
%
% Synonyms
%   LMreplaceobjectname - replaces object names
%
% WORDNET
%   demoWordnet         - examples 
%   LMaddwordnet        - adds to the object names synonyms from wordnet.
%   showTree            - shows the hierarchycal wordnet tree.
%   wordnetGUI
%   removestopwords     - removes common words from object description
%   getWordnetSense     - returns Wordnet sense
%   findsenses          - suggest possible different meanings of a query.
%
% object parts
%   suggestparts        - propose part candidates for an object
%   addparts
%   LMshowobjectparts
%
% Depth and 3D tools
%   LMsortlayers        - returns relative depth ordering between overlaping polygons
%
% Image manipulation
%   LMimscale           - scales the image and the corresponding annotation
%

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-10-03 14:44  LabelMeToolbox-master\
     目录           0  2014-10-03 14:44  LabelMeToolbox-master\3Dtools\
     文件        3829  2014-10-03 14:44  LabelMeToolbox-master\3Dtools\LMplot3D.m
     文件        7876  2014-10-03 14:44  LabelMeToolbox-master\3Dtools\LMsortlayers.m
     文件         308  2014-10-03 14:44  LabelMeToolbox-master\3Dtools\getLMpolygon3D.m
     目录           0  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\
     文件         675  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINcopyfolderstructure.m
     文件        4888  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINcreateDictionary.m
     文件        4805  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINcreateDictionaryOLD2.m
     文件        3249  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINcreateDictionaryOld.m
     文件        3101  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINcreateSUNrelease.m
     文件         856  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINmovexmlfiles.m
     文件        3545  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINrandomfilenames.m
     文件        4414  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINrandomfilenames_video.m
     文件        2987  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINremovespaces.m
     文件        1592  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINrenamefilenames.m
     文件        1584  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINrenamefolder.m
     文件        2251  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\ADMINvalidimagefilenames.m
     文件         601  2014-10-03 14:44  LabelMeToolbox-master\ADMINtools\renamefolder.m
     文件        7246  2014-10-03 14:44  LabelMeToolbox-master\Content.m
     文件         913  2014-10-03 14:44  LabelMeToolbox-master\README.txt
     目录           0  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\
     文件        1348  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\SUNdatabase.m
     文件       16718  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\SUNfolderlist.mat
     文件         772  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\SUNinstall.m
     文件        1098  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\SUNstats.m
     文件         897  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\demoSUNparts.m
     文件       87300  2014-10-03 14:44  LabelMeToolbox-master\SUNdatabase\dupFiles.mat
     目录           0  2014-10-03 14:44  LabelMeToolbox-master\xmltools\
     文件        1440  2014-10-03 14:44  LabelMeToolbox-master\xmltools\drawxml.m
     文件        1001  2014-10-03 14:44  LabelMeToolbox-master\xmltools\loadxml.m
............此处省略239个文件信息

评论

共有 条评论

相关资源