搜索结果
找到约 971 项符合
Image 的查询结果
按分类筛选
- 全部分类
- 技术资料 (201)
- matlab例程 (122)
- 其他 (70)
- 其他书籍 (50)
- 压缩解压 (32)
- 软件设计/软件工程 (24)
- 行业发展研究 (22)
- 文件格式 (20)
- 电子书籍 (18)
- Java编程 (17)
- 单片机开发 (17)
- 文章/文档 (17)
- Linux/Unix编程 (16)
- 系统设计方案 (16)
- 数值算法/人工智能 (14)
- Delphi控件源码 (14)
- 嵌入式/单片机编程 (11)
- 书籍源码 (10)
- 数学计算 (10)
- VC书籍 (9)
- 书籍 (8)
- 通讯编程文档 (8)
- 微处理器开发 (8)
- VHDL/FPGA/Verilog (8)
- 源码 (7)
- Windows CE (7)
- 通讯/手机编程 (6)
- Internet/网络编程 (6)
- 技术管理 (6)
- 人工智能/神经网络 (6)
- 精品软件 (6)
- 软件 (5)
- DSP编程 (5)
- 软件工程 (5)
- 开发工具 (5)
- 网络 (5)
- 嵌入式Linux (5)
- VIP专区 (5)
- 教程 (4)
- 其他 (4)
- 单片机编程 (4)
- 加密解密 (4)
- 技术书籍 (4)
- 驱动编程 (4)
- *行业应用 (4)
- CA认证 (4)
- 汇编语言 (4)
- Java书籍 (4)
- Symbian (4)
- 论文 (3)
- 学术论文 (3)
- 数据库系统 (3)
- 实用工具 (3)
- 可编程逻辑 (3)
- 源码/资料 (3)
- Applet (3)
- 数据结构 (3)
- 其他行业 (3)
- JavaScript (3)
- SQL Server (3)
- 手册 (2)
- 笔记 (2)
- 经验 (2)
- C/C++语言编程 (2)
- 电源技术 (2)
- 行业应用文档 (2)
- 多媒体处理 (2)
- 操作系统开发 (2)
- 图形图像 (2)
- 教程资料 (2)
- 教程资料 (2)
- 游戏 (2)
- 传真(Fax)编程 (2)
- 其他数据库 (2)
- uCOS (2)
- BREW编程 (2)
- J2ME (2)
- VxWorks (2)
- 生物技术 (2)
- 其他嵌入式/单片机内容 (2)
- Jsp/Servlet (2)
- 习题答案 (1)
- 开发板 (1)
- PCB相关 (1)
- 接口技术 (1)
- 图形图像 (1)
- EDA相关 (1)
- 测试测量 (1)
- 单片机相关 (1)
- DSP工具/软件 (1)
- 电工电气 (1)
- 传感与控制 (1)
- 嵌入式综合 (1)
- 教育系统应用 (1)
- 编译器/解释器 (1)
- SCSI/ASPI (1)
- 企业管理 (1)
- 多国语言处理 (1)
- USB编程 (1)
VHDL/FPGA/Verilog The objective of this project is to create a driver for a camera module (we used the OV7620). After
The objective of this project is to create a driver for a camera module (we used the OV7620). After taking the image with the camera, the driver will store into the external asynchronous RAM, and then send it to the computer through a serial cable
技术资料 这是一个基础的数字图像处理程序,适用于基础的开发
这是一个基础的数字图像处理程序,适用于基础的开发。-This is a basic digital image processing procedures, the development of suitable base
书籍源码 复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) C
复数运算#include<iostream.h>
class Complex
{ public:
Complex( double r =0, double i =0 )
Complex(int a) { Real = a Image = 0 }
void print() const
friend Complex operator+ ( const Complex & c1, const Complex & c2 )
friend Complex operator- ( const Complex & c1, const Complex & c2 )
friend ...
微处理器开发 web_based.rar
Web based binary image upload for ARM LPC2366 controller. Toolchain is Keil Realview MDK ARM ver 3.2 with RL ARM Real time Lib 3.40. RAR file contains webiap2.cgi file and HTTP_cgi file. HTTP_cgi file is modified in cgi_process_data to upload binary image of application using HTTP protcol. File uplo ...
软件工程 eBook "Multimedia Technology Fundation and Application", PDF file,re-edited on Dec 19, 2006. Conten
eBook "Multimedia Technology Fundation and Application", PDF file,re-edited on Dec 19, 2006.
Contents: MIDI, Encoding,Compression, Image Format, MPEG TV, TCP/IP, HTML, JavaScript
matlab例程 自己编写的一个简单的matlab程序
自己编写的一个简单的matlab程序,实现图像直方图的均衡化及规定化处理.image histogram equalization,histogram matching(specification).
技术资料 通过摄像头采集眼睛图像,实现瞳孔中心的定位于视线跟踪
通过摄像头采集眼睛图像,实现瞳孔中心的定位于视线跟踪-Collected through the camera eye image, to achieve the pupil center position in the gaze tracking
技术资料 《数字图象处理入门》在线中文教程
一个VC中有关《数字图象处理入门》的教程,有很多可以学习的东西-a VC on "Introduction to Digital Image Processing