-
图像修复
说明: 应用DCT字典和KSVD学习字典,对图像进行简单的修复,可行性较高,速度不是很快。(Simple image restoration is feasible and not very fast.)
- 2020-06-28 20:00:01下载
- 积分:1
-
text-detection
在视频文字检测以及提取方面,比较好的参考论文,大家可以下载参考!(Video text detection and extraction, a good reference papers, everyone can download the reference!)
- 2012-09-10 08:23:48下载
- 积分:1
-
EMSegementation
EM算法是最为经典的统计图像分割方法,代码基于matlab,使用EM算法实现图像分割,源代码加实例图像,非常好用(By using EM algrithm to realize the segementation of image)
- 2021-04-27 13:08:45下载
- 积分:1
-
Image-deblurring-
一份关于用正则化去除图像模糊的资料,内含代码以及说明,并附上了仿真结果图(A report on the Regularization blur removal image data containing codes and descriptions, along with the simulation results of FIG.)
- 2016-03-26 14:30:40下载
- 积分:1
-
fcm_eg
模糊C聚类的应用!!利用MATLAB本身自带的FCM函数做的一个例子(Application of fuzzy clustering C!! Using MATLAB itself FCM)
- 2008-05-30 14:58:47下载
- 积分:1
-
C#联合halcon
说明: 图像采集,简单的c#联合halcon做ncc模板匹配的操作(Image acquisition, simple C# combined with Halcon to do NCC template matching operation)
- 2020-10-23 15:34:15下载
- 积分: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
-
p-laplace
说明: 改进了Criminisi算法,采用P-laplace算子作为数据项进行优先级计算,并有计算PSNR的功能(Improved Criminisi algorithm, using P-laplace operator as data items priority basis, and have calculated the functions of PSNR)
- 2021-03-15 10:49:22下载
- 积分:1
-
20100321image_fusion
说明: 利用区域能量方法的matlab图像处理程序直接可用(Use of regional energy method matlab image processing program can be used directly)
- 2010-03-21 09:52:02下载
- 积分:1
-
dct-arnold
基于DCT的数字水印算法 通过Arnold变换对水印进行置乱,增加了水印的鲁棒性,成功的实现了水印的嵌入和提取。(Arnold transform digital watermarking algorithm based on DCT watermark scrambling to increase the robustness of the watermark, the watermark embedding and extraction.
)
- 2012-03-05 20:33:24下载
- 积分:1