代码搜索:Annotation
找到约 6,069 项符合「Annotation」的源代码
代码结果 6,069
www.eeworm.com/read/159030/5588839
java irobject.java
// $Id: IRObject.java,v 1.6 1999/09/27 20:01:28 deberg Exp $
package java6035.tools.IR;
import java.util.*;
/**
* IRObject represents an object in the IR.
*
* All IRObject instances are annot
www.eeworm.com/read/475765/6778102
m ex1_8.m
% EX1_8.M Plot x(t) by calling function clxfunct(t)
t=[0:.01:1.5]; % Define t values
% Call function
x=clxfunct(t);
% Plot the results with a grid
clf % Clear figures
plot(t,x)
www.eeworm.com/read/369313/9655106
m lhireplacepartname.m
function D = LHIreplaceobjectname(D, name1, name2, method, querymethod)
% Replace an object name by another name.
% It is not case sensitive.
%
% D = LHIreplaceobjectname(D, 'person walking', 'ped
www.eeworm.com/read/369313/9655109
m lhicookimage.m
function [newannotation, newimg, crop, scaling, err, msg] = LHIcookimage(annotation, img, varargin)
% Transforms an image and the annotations so that the new image has some
% characteristics such as
www.eeworm.com/read/369313/9655110
m lhisummarypage.m
function LHIsummarypage(varargin);
%
% LHIsummarypage(D, pagename);
%
% or
%
% for i = 1:length(D);
% folderlist{i} = D(i).annotation.folder;
% filelist{i} = D(i).annotation.filename;
%
www.eeworm.com/read/369313/9655112
m lhicountobject.m
function counts = LHIcountobject(D, objectname);
% Returns the number of object instances of the class 'objectname' for each
% entry in the database.
%
% Example: to know how many side views of ca
www.eeworm.com/read/369313/9655116
m lhiobjectnames.m
function [names, counts, imagendx, objectndx, descriptionndx] = LHIobjectnames(D, field);
% Returns the name of all the object classes in the database,
% and the number of instances of each object
www.eeworm.com/read/369313/9655132
m lhicookdatabase.m
function LHIcookdatabase(database, HOMEIMAGES, HOMEANNOTATIONS, NEWHOMEIMAGES, NEWHOMEANNOTATIONS, varargin)
% You can "cook" your own database by reformating the images and the
% annotation files s