代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/195195/8168952
pep globin.pep
>P1;HBB_HUMAN
Sw:Hbb_Human => HBB_HUMAN
VHLTPEEKSA VTALWGKVNV DEVGGEALGR LLVVYPWTQR FFESFGDLST
PDAVMGNPKV KAHGKKVLGA FSDGLAHLDN LKGTFATLSE LHCDKLHVDP
ENFRLLGNVL VCV
www.eeworm.com/read/393013/8315220
asv huitujb4.asv
x=-2*pi:pi/12:2*pi;
y=x.^2;
subplot(2,2,1:2);
plot(x,y);
h1=subplot(223);
y=x.^4;
plot(x,y);
h2=subplot(224);
y=x.^5;
plot(x,y);
t1=get(h1,'TightInset');
p1=get(h1,'Position');
t2=get(h2,'
www.eeworm.com/read/393013/8315285
m huitujb4.m
x=-2*pi:pi/12:2*pi;
y=x.^2;
subplot(2,2,1:2);
plot(x,y);
h1=subplot(223);
y=x.^4;
plot(x,y);
h2=subplot(224);
y=x.^5;
plot(x,y);
t1=get(h1,'TightInset');
p1=get(h1,'Position');
t2=get(h2,'
www.eeworm.com/read/369313/9655105
m lhidrawsubgraph.m
function img = LHIdrawsubgraph(varargin)
% Draw the subgraphs in an image.
% LHIdrawsubgraph(annotation, img)
% LHIdrawsubgraph(database, ndx, HOMEIMAGES)
%
% Example:
% [annotation, img] = LH
www.eeworm.com/read/369313/9655107
m lhidbshowscenes.m
function LHIdbshowscenes(D, HOMEIMAGES, HOMELABELMAPS, showsub, subimages)
%
% Shows all the images in the database with annotation.
% This function can be used in combination with LHIquery
%
% L
www.eeworm.com/read/369313/9655114
m lhidbshowparts.m
function LHIdbshowparts(database, HOMEIMAGES, showsubid, subimages)
%
% Shows part thumbnails (subgraphs) for all the images in the database.
% This function can be used in combination with LHIquer
www.eeworm.com/read/369313/9655126
m lhidatabase.m
function [D, XML] = LHIdatabase(varargin)
%function [database, XML] = LHIdatabase(HOMEANNOTATIONS, folderlist)
%
% This line reads the entire database into a Matlab struct.
%
% Different ways of
www.eeworm.com/read/369313/9655145
m lhiobjectmask.m
function [mask, class, var1, var2] = LHIobjectmask(varargin)
% Returns a segmentation mask for all the objects in the annotation struct
%
% Uses:
% [mask, class] = LHIobjectmask(annotation, HOME
www.eeworm.com/read/369313/9655149
m lhidrawregion.m
function img = LHIdrawregion(varargin)
% Draw the subgraphs in an image.
% LHIdrawsubgraph(annotation, img)
% LHIdrawsubgraph(database, ndx, HOMEIMAGES)
%
% Example:
% [annotation, img] = LHIr