代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/369313/9655164
m lhiplotsubgraph.m
function [h, class] = LHIplotsubgraph(varargin)
% Visualizes the subgraphs in an image.
%
% LHIplotsubgraph(annotation, img)
% LHIplotsubgraph(annotation, img, 1) display point id
% or
% LHIplot
www.eeworm.com/read/369313/9655170
m lhiobjectpolygon.m
function [x,y,jc] = LHIobjectpolygon(annotation, name);
% [x,y] = LHIobjectpolygon(annotation, name) returns all the regions that
% belong to object class 'name'. Is it an array Ninstances*Nvertices
www.eeworm.com/read/369313/9655174
m lhiregulatenames.m
function [db,excludelist] = LHIregulatenames(db, HOMELABELMAPS, NEWHOMELABELMAPS, namelistfile)
%
% D = LHIregulatenames(D, HOMEIMAGES, HOMELABELMAPS)
%
% namelist: {'sky','ground,court,playgrou
www.eeworm.com/read/369313/9655178
m lhiobjectcrop.m
function [imgCrop, mask, X, Y] = LHIobjectcrop(img, annotation, j, b)
%
% Crop object from image
%
% imgCrop = LMobjectcrop(annotation, j)
%
% also returns the segmentation mask
if nargin ==
www.eeworm.com/read/369313/9655183
m lhiimread.m
function img = LHIimread(varargin)
%
%
% Reads one iamge from the database.
%
% img = LHIimread(database, ndx, HOMEIMAGES);
% img = LHIimread(annotation, HOMEIMAGES);
%
% This function is simi
www.eeworm.com/read/369313/9655185
m lhidrawregionmap.m
function LHIDrawRegionMap (D, optfolder, HOMELABELMAPS)
%function LHIDrawSubgraphMap(D, optfolder, HOMELABELMAPS)
%
% This function output the subgraphmap
%
% LHIDrawSubgraphMap(D, optfolder, HO
www.eeworm.com/read/369313/9655189
m collectparts.m
function D = collectParts(D,objectname,partnamelist,HOMELABELMAPS)
Nimage = length(D);
D = LHIreplaceobjectname(D,':',' : ','replace');
searchstr1 = ['-',strrep(partnamelist,' ','-')];
searchstr1
www.eeworm.com/read/369313/9655190
m lhidbshowobjects.m
function LHIdbshowobjects(database, HOMEIMAGES, showsubid, subimages)
%
% Shows part thumbnails (subgraphs) for all the images in the database.
% This function can be used in combination with LHIqu
www.eeworm.com/read/369313/9655200
m lhiimscale.m
function [annotation, img] = LHIimscale(annotation, img, scaling, method);
%
% Scales one image (as in imresize) and the associated annotation.
% The scale factor is given by 'scaling'
%
% When
www.eeworm.com/read/369313/9655653
m lhiquerypolygon.m
function [Dq, j] = LMquerypolygon(D, objectname, Xo, Yo, threshold)
%
% Search the database for images that contain an object matching a query
% shape.
%
% [Dq, j] = LMquerypolygon(D, objectname, poly