资源列表
三维球转动
- 这是一款可以实现三维球体的软件,它可以实现球体转动,光照效果等功能-This is a three-dimensional sphere can be achieved in software, it can be achieved ball rotation, such as functional lighting effect
jjjfdct
- 逆向傅立叶转换算法,通用的一种,适合初学着的。内容详细,分析简单-reverse Fourier Transform algorithm, a general, suitable for beginners with the. Detailed analysis simple
CBIR
- 本程序实现了基于内容的图像检索功能,也就是说如何根据图像的内容从多媒体数据库中索引或发现匹配的图像,所用的方法是傅立叶变换,小波变换等技术.-the program content-based image retrieval functions, in other words how images from the multimedia database indexing or find matching images, the methodology used is the Fourier t
bmp图像浏览器
- 实现bmp图像文件的读入和存取,同时能对bmp文件进行基本的编译,如:放大、截取-This programme can read and save bmp image meanwhile it can operate the bmp image file basically ,for example, zoom and cut the image.
Image_src
- 图像处理源代码,实现了读取PGM图像,写PGM图像,对图像进行下采样得到一半大小图像的功能。testImage.cpp中包含main函数。-image processing source code, achieving PGM images read, write PGM image, the image sampling to be conducted under half the size of the image function. TestImage.cpp contains main
cyytxclff
- MATLAB是一套用于科学计算的可视化高性能语言与软件环境。它集数值分析、矩阵运算、信号处理和图形显示于一体,构成了一个界面友好的用户环境。它的信号处理工具箱包含了各种经典的和现代的数字信号处理技术,是一个非常优秀的算法研究与辅助设计的工具。在设计数字滤波器时,通常采用MATLAB来进行辅助设计和仿真。 (2)FIR滤波器的MATLAB设计 下面以设计线性相位FIR滤波器为例介绍具体的设计方法。 线性相位FIR滤波器通常采用窗函数法设计。窗函数法设-MATLAB i
Intel Image Processing Library
- 这个是Intel公司的图像处理库,和微软的风格不太一样-This is Intel's image processing library, and Microsoft's style not the same
RLEBmp_demo
- 利用vc编制的压缩bmp图形文件的程序.可以打开普通bmp文件并存储为压缩形式-vc prepared by the use of compressed graphics bmp file. General bmp can open the file and storage of compressed form
真彩位图转化成各色或黑白位图
- 将真彩位图转化成各色或黑白位图,进行二值化(支持多种抖动方法)处理后的位图-of color bitmap into colored or black-and-white bitmap, for the value of two (jitter support multiple methods) treatment, the bitmap
ImageMeasureDoc
- 对于图像的一些基本处理,例如平滑、细化-for some basic image processing, such as smoothing, refining, etc.
数字图像处理程序精华
- 一个经典的数字图像处理程序精华集,提供了数字图像的一些最基本的处理-a classic digital image processing procedures set essence, providing a digital image processing some of the most basic
ppmCode
- This program is used to read ppm format image. It s simple but useful for the people who want to understand the basic idea of digital image processing.