搜索结果
找到约 725 项符合
Bio-Image 的查询结果
BREW编程 ECE345, Visual-to-Audio Electronic Travel Aid Code for TM320C54x (v2a.asm) download This project
ECE345, Visual-to-Audio Electronic Travel Aid
Code for TM320C54x (v2a.asm) download
This project involves the design and implementation of a audio synthesis device that converts moving images into audio signals. The system is built on a TM320C54x DSP with interface to an IMAQ camera module via the ...
通讯编程文档 包含了H.264编码标准的两篇文章
包含了H.264编码标准的两篇文章,是讲多描述编码的。An Effective Epipolar Geometry Assisted Motion Estimation Technique for Multi-View Image and Video Coding和An Epipolar Geometry-Based Fast Disparity Estimation Algorithm for Multiview Image and Video Coding
Applet Applet Name: navCube Applet Source: navCube.java Import(s): java.applet, java.awt, java.awt.imag
Applet Name: navCube
Applet Source: navCube.java
Import(s): java.applet, java.awt, java.awt.image, java.lang, java.net, java.util
Feature(s): image, animation, network, mouse
Java编程 Applet Name: Sentence Applet Source: Sentence.java Import(s): java.applet, java.awt, java.io, ja
Applet Name: Sentence
Applet Source: Sentence.java
Import(s): java.applet, java.awt, java.io, java.lang, java.util
Feature(s): text, image, animation, mouse
单片机开发 public class CircleMenuCanvas extends Canvas implements Runnable{ double pi = Math.PI public fi
public class CircleMenuCanvas extends Canvas implements Runnable{
double pi = Math.PI
public final int MENURIGHT = 1
public final int MENULEFT = 0
Image menuImage[] = new Image[6]
int []jiaodu = {330,30,90,150,210,270}
String menuName[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助 ...
单片机开发 In this paper, we describe the development of a rapidly reconfigurable system in which the users’ ta
In this paper, we describe the development of a rapidly reconfigurable system in which the users’ tacit knowledge and requirements are
elicited via a process of Interactive Evolution, finding the image processing parameters to achieve the required goals without any need for
specialised knowledge of ...
文章/文档 To review what a metaball is, and how to render them and to describe a new optimization I ve made
To review what a metaball is, and how to render them and to describe a
new optimization I ve made for rendering metaballs. For complex scenes,
it can render hundreds of times faster, though I m certain others have
discovered this trick as well. It does very slightly change the
characteristic ...
VC书籍 This sample shows different ways of performing anti-aliasing - both by using only the native hardwa
This sample shows different ways of performing anti-aliasing - both by using only
the native hardware AA support, and by mixing the hardware modes with additional
supersampling. There are various ways in which the supersampled image can be
down-sampled. The way we do the downsampling in this example ...
数值算法/人工智能 In this paper, we propose a hierarchical clustering method using visual, textual and link analysis
In this paper, we propose
a hierarchical clustering method using visual, textual and link
analysis. By using a vision-based page segmentation algorithm, a
web page is partitioned into blocks, and the textual and link information
of an image can be accurately extracted from the block containing
that ...
uCOS 这是某个项目中使用的ARM7TDMI平台上ucos系统的bootloader
这是某个项目中使用的ARM7TDMI平台上ucos系统的bootloader,将flash中存储的image解压缩并校验后,copy到ram中运行,已经在商用产品上应用,运行稳定,对于类似产品的开发有很好的参考价值