-
repeatability_demo
评价描述子的好坏,能给出重叠率、正确率和查错率等(Evaluation of descriptors)
- 2014-01-16 16:44:05下载
- 积分:1
-
fringe-recognize00123
指纹识别 能够快速的识别出指纹库中的指纹,是否与输入的待检测的指纹相同,效果很好(Fingerprint identification can quickly identify the fingerprint of fingerprints, whether the same as the input fingerprint to be detected, the effect is very good)
- 2017-05-23 10:03:21下载
- 积分: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
-
KFCS_new
用于压缩感知技术重建,本方法是滤波重建算法(Compressed sensing technology for the reconstruction, the reconstruction algorithm is to filter)
- 2009-05-06 14:58:24下载
- 积分:1
-
tuxingfenxi.zip
实现边缘特征提取的功能有很强的特征提取功能能够边缘特征进行提取(Edge feature extraction to achieve the function of the characteristics of a strong edge feature extraction functions can be extracted)
- 2009-06-17 18:07:18下载
- 积分:1
-
锐化效果显示图像 例子
锐化效果显示图像 例子
- 2013-06-10下载
- 积分:1
-
sift
sift图像匹配的纯matlab代码,研究图像配准的可以用这个,配准图像效果较好!!(sift pure image matching matlab code of image registration can use this, the image registration is better! !)
- 2010-12-23 19:50:23下载
- 积分:1
-
chengxu
对于鱼的游动的轨迹的视频读取 将视频变成一帧一帧的图像 观察鱼的游动(For the fish swimming track video read the video into an image of an observed fish swimming)
- 2013-04-26 09:56:45下载
- 积分:1
-
20100321image_fusion
说明: 利用区域能量方法的matlab图像处理程序直接可用(Use of regional energy method matlab image processing program can be used directly)
- 2010-03-21 09:52:02下载
- 积分:1
-
Graph_Cut
Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。 (Graph Cutshi recently in computer vision research and application of a relatively large number of optimization algorithms, typical for the stereo matching, image restortion, texture synthesis applications, the above code gives the graph cut, mean shift, and the associated ppm/pgm images an excuse, it is used for stereo matching, and has been related to matching the code to realize removed. U.S. can also be used as a platform to do some related research and applications.)
- 2008-03-03 22:26:01下载
- 积分:1