搜索结果
找到约 771 项符合
Image-Finding 的查询结果
单片机开发 针对无线传感器环境的应用
针对无线传感器环境的应用,Wireless Image Sensor Network Application Platform ,提供有ADCM1670库,CC2420库,此代码提供了MATLAB和环境的接口,可结合自己开发项目进行改动
Linux/Unix编程 Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinc
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
压缩解压 QccPackSPIHT-0.54-1 (release 2007-04-30) The Set Partitioning in Hierarchical Trees (SPIHT) algorit
QccPackSPIHT-0.54-1 (release 2007-04-30)
The Set Partitioning in Hierarchical Trees (SPIHT) algorithm for wavelet-based image coding .
压缩解压 QccPackSPECK-0.54-1 (release 2007-04-30) is The Set-Partitioning Embedded Block (SPECK) algorithm fo
QccPackSPECK-0.54-1 (release 2007-04-30) is The Set-Partitioning Embedded Block (SPECK) algorithm for wavelet-based image coding.
压缩解压 MATLAB implementation of SPIHT (without Arithmatic coding stage). % Performance evaluation : this
MATLAB implementation of SPIHT (without Arithmatic coding stage).
% Performance evaluation : this toolbox VS. SPIHT
% Test image: lena512.raw
% bpp SPIHT(dB) This code(dB)
% 0.1000 29.8107 29.3202
% 0.2000 32.7202 32.2514
% 0.3000 34.5479 34.0331
% 0.4000 35.8422 35.4857
% 0.5000 36.8623 36 ...
其他书籍 This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the
This handbook presents a thorough overview in 45 chapters from more than 100 renowned experts in the field. It provides the tools to help overcome the problems of video storage, cataloging, and retrieval, by exploring content standardization and other content classification and analysis methods. The ...
人工智能/神经网络 A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type c
A .NET Path Finder Library
Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well a ...
嵌入式/单片机编程 his design is the initial design when the board is powered-up. It increments a counter and displays
his design is the initial design when the board is powered-up. It increments a counter and displays the value on the
7-segment displays and LEDs. An image is also displayed on the VGA port.
嵌入式Linux 我的毕业设计
我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好 ...
通讯编程文档 Java Applet常用来显示存储在GIF文件中的图像。Java Applet装载GIF图像非常简单
Java Applet常用来显示存储在GIF文件中的图像。Java Applet装载GIF图像非常简单,在Applet内使用图像文件时需定义Image对象。多数Java Applet使用的是GIF或JPEG格式的图像文件。Applet使用getImage方法把图像文件和Image对象联系起来。