-
DSP-digital-Recognition
天津工业大学课程设计,内容包含vs2010对图像的灰度化,二值化,边缘检测。包含单纯c语言编写的对图像的灰度化,二值化,边缘检测的一个.C文件,可以直接用vc6.0运行,也可以直接在DSP上运行,还包含一份详细的设计报告。(Tianjin Polytechnic University curriculum design, content includes vs2010 grayscale image binarization, edge detection. Contains pure c language for image graying, binarization, edge detection is one. C file that can be run with vc6.0 can also be run directly on a DSP, also contains a detailed design report.)
- 2013-12-10 10:51:11下载
- 积分:1
-
MI
说明: 基于互信息的配准程序,matlab版的,内部包括测试图像为CT和MR。是老外编的,不错。( Matlab Program to find mutual information for two images stored as vectors.
The images must contain 8-bit (0-255) integer pixels
Requires two data vectors X,Y which must be the same length and Nx1 in size.
Written by B. Corner--2003, University of Nebraska-Lincoln )
- 2009-03-05 14:30:03下载
- 积分:1
-
基于DWT的数字水印的嵌入与提取
说明: 基于小波变换的数字水印,包含的嵌入与提取代码,原理等(Digital watermarking based on wavelet transform, including embedded and extracted code, principle, etc)
- 2021-02-07 18:29:55下载
- 积分:1
-
show_pso
说明: pso 粒子群优化算法演示程序,实现图形化界面。(PSO PSO algorithm demonstration program to achieve graphical interface.)
- 2006-04-04 21:36:21下载
- 积分:1
-
Track_4
MAD相似性度量准则的改进,实现模板匹配程序(MAD similarity measurement criteria to improve and achieve template matching procedures)
- 2007-07-10 22:49:13下载
- 积分:1
-
QR
实现手机拍摄图像的二维码图像的提取,包括QR码的旋转与校正,也可以用于其他条码,但是效果不是很好(The realization of mobile dimensional code image captured image extraction, rotation and including a QR code correction can also be used for other bar code, but the effect is not very good)
- 2021-04-27 16:28:44下载
- 积分:1
-
散焦模糊自动复原的算法
一个散焦模糊自动复原的算法,自动估计散焦半径,在频率域识别参数,并用最小二乘滤波复原(A defocus blur automatic recovery algorithm automatically estimated defocus radius, in the frequency domain identification parameters, and by the least squares filter restoration
)
- 2020-06-28 12:00:01下载
- 积分:1
-
ieureur847474874
图像处理的小波变换领域得到了快速发展与应用,本文分析在遥感图像增强中的应用及MATLAB实现(Imagery processing s wavelet transformation domain obtained the fast development and the application, this article analyzes in the remote sensing image intensification the application and MATLAB realizes )
- 2009-05-30 19:50:44下载
- 积分:1
-
JPEGCompression
编码:
(1)进行颜色转换,将RGB格式转换为YUV格式。
(2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。
(3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。
(4)对变换系数进行量化。
(5)进行Z字形重排
(6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。
解码:
(1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。
(2) 进行反Z字型重排
(3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。
(4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。
(5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。
(6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
- 2019-02-18 22:58:13下载
- 积分:1
-
mpimage
mp算法实现的图像稀疏分解表示
,已经调试通过,供参考学习(Image fusion based on wavelet transform has been debugged, for reference study)
- 2011-05-04 14:10:26下载
- 积分:1