搜索结果
找到约 1,102 项符合
image processing 的查询结果
按分类筛选
- 全部分类
- matlab例程 (33)
- 其他书籍 (18)
- 行业发展研究 (8)
- 文件格式 (7)
- 其他 (7)
- VC书籍 (5)
- 电子书籍 (5)
- 书籍源码 (5)
- 系统设计方案 (4)
- 软件设计/软件工程 (4)
- 压缩解压 (4)
- 文章/文档 (3)
- 通讯编程文档 (3)
- Linux/Unix编程 (3)
- 书籍 (3)
- 单片机开发 (2)
- 软件工程 (2)
- 其他嵌入式/单片机内容 (2)
- 数学计算 (2)
- Java编程 (2)
- 技术资料 (2)
- 实用工具 (1)
- 图形图像 (1)
- 技术书籍 (1)
- 多媒体处理 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- DSP编程 (1)
- 人工智能/神经网络 (1)
- 微处理器开发 (1)
- 数据结构 (1)
- 3G开发 (1)
- 嵌入式/单片机编程 (1)
- 汇编语言 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- Java书籍 (1)
- 软件测试 (1)
- 源码/资料 (1)
- 学术论文 (1)
- 教程 (1)
软件设计/软件工程 本文档介绍了如何使用各种内嵌工具
本文档介绍了如何使用各种内嵌工具,函数和其他一些小技巧来加强使用matlab的速度和效率,是广大爱好者必读的文档。具体内容请参阅文档。
Learn how to use the Profiler tool, vectorized functions, and other tricks to writing efficient MATLAB code. This article includes how to convert any array into a column v ...
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[] = {"新游戏","继续游戏","游戏设置","高分榜","游戏帮助 ...
文章/文档 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中运行,已经在商用产品上应用,运行稳定,对于类似产品的开发有很好的参考价值