代码搜索:frames

找到约 9,514 项符合「frames」的源代码

代码结果 9,514
www.eeworm.com/read/168695/5441016

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/168695/5441028

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/168695/5441035

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/168695/5441040

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/168695/5441049

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/168695/5441055

java imageset.java

import javax.microedition.lcdui.Image; import javax.microedition.lcdui.Graphics; import java.io.IOException; /** * A container for sets of image frames; typically sprites. A single set * is m
www.eeworm.com/read/471679/6887861

m enframe.m

function f=enframe(x,win,inc) %ENFRAME split signal up into (overlapping) frames: one per row. F=(X,WIN,INC) % % F = ENFRAME(X,LEN) splits the vector X up into % frames. Each frame is of lengt
www.eeworm.com/read/295610/8150052

m sift_demo.m

% SIFT_DEMO Demonstrate SIFT code (1) % This demo computes the SIFT descriptor on a pair of well known % test images. % % See also SIFT_DEMO2(). % AUTORIGHTS % Copyright (c) 2006 The Regents o
www.eeworm.com/read/295610/8150062

m plotsiftframe.m

function h=plotsiftframe(frames,varargin) % PLOTSIFTFRAME Plot SIFT frame % H=PLOTSIFTFRAME(FRAMES) plots the SIFT frames FRAMES and returns % and handle H to the resulting line set. FRAMES has t
www.eeworm.com/read/295610/8150184

m sift_overview.m

% SIFT_OVERVIEW Scale-Invariant Feature Transfrom % % This is a MATLAB/C implementation of the SIFT detector and % descriptor [1]. You can: % % * Use SIFT() to detect the SIFT frames (keypoints) o