-
326318
简单水印制作源码,程序结合易语言扩展界面支持库,实现了加载水印效果图和设置水印效果的功能(Simple watermarking source code , the program combined with easy language support library expansion interface , to achieve a load diagram and set watermark watermark function)
- 2016-03-30 13:17:51下载
- 积分: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
-
jpeg_source_code
图像压缩标准jpeg的源码。使用的语言为C语言。(Image compression standard JPEG source. The language used for the C language.)
- 2013-05-15 18:41:15下载
- 积分:1
-
videocoding2b.pdf
Video processing and coding algorithms
- 2012-10-20 06:47:09下载
- 积分:1
-
vector-image-detect
这是我的一骗小课程报告,内容主要是有关矢量数据压缩方法的简介,以及自己的一些见解。(VECTOR IMAGE DETECT)
- 2012-12-19 21:44:09下载
- 积分:1
-
NSST_PAPCNN_Fusion
说明: 通过多尺度分解,实现医学图像的图像融合,达到更好的效果(Through multi-scale decomposition, medical image fusion can be achieved to achieve better results.)
- 2021-04-08 11:59:00下载
- 积分:1
-
算子图像分割
说明: 利用最大间类差,最优阈值,迭代阈值等方法实现图像分割(The maximum class difference, optimal threshold and iterative threshold are used to realize image segmentation)
- 2020-01-03 23:35:57下载
- 积分:1
-
snake
主动轮廓模型也就是snake模型进行图像分割,一种由图像高层信息的图像分割算法。(snake model,active contour model,image segmentation)
- 2020-12-20 19:09:08下载
- 积分:1
-
i---retinex
一种采用中心环绕函数进行的retinex算法,可以对于暗视觉的图像进行有效的增强(A center around the functions of the Retinex algorithm, can for scotopic vision image effectively enhanced)
- 2012-10-22 16:20:19下载
- 积分:1
-
基于模板匹配的另一种人脸识别的算法
基于模板匹配的另一种人脸识别的算法,很实用,利用肤色建模来建立人脸皮肤模型(Another based on template matching algorithm for face recognition, very practical, using skin color modeling to create a human face skin model)
- 2020-06-27 10:00:02下载
- 积分:1