-
fibonacci_t
用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱(Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling)
- 2007-10-21 09:32:46下载
- 积分:1
-
good
C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。(C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the graphic location, can change the rectangle size can be enlarged or reduced, can enter text, open the image, drag the image may be revoked.)
- 2010-06-10 22:27:19下载
- 积分:1
-
CV-model-source-code
CV模型源代码, 用水平集进行图像分割。一个经典的算法。(matlab source code of CV model)
- 2011-06-30 22:06:21下载
- 积分:1
-
matlab
此程序实现matlab GUI上的图像处理,包括图像加噪(高斯,椒盐等),以及图像均衡、二值,以及多种锐化方法,图像亮度调节,另外还有图像保存、对比功能。(This procedure on matlab GUI image processing, including image plus noise (Gaussian, salt and pepper, etc.), and a graphic equalizer, two values, as well as a variety of sharpening method, image brightness adjustment, in addition to save the image, the contrast function.)
- 2021-03-26 20:29:12下载
- 积分:1
-
3.14 基于帧间差分法的运动目标检测
说明: 使用目标检测的基本常用算法的帧间差分法来对视频中的运动目标进行检测(moving object detection)
- 2020-03-22 13:30:15下载
- 积分:1
-
ngray
自写M函数,做灰度图像的灰度级数及灰度范围的自定义设置。例如:将[0 255]的uint8图像变换成8级灰度的灰度范围为[0 7]图像或者[11.5 25.8]图像。
输出图像为double类,用户可将图像归一化后自行转换为所需类型。(This is a M function written by self, it can be used to rebuild a image with a given number of gray-level and a given gray-scale.
Output image is double class.)
- 2020-08-24 09:48:15下载
- 积分:1
-
wanshandehausdorff
hausdorff距离,用于图像处理中比较两幅图像的差异的方法。其鲁棒性较好。(hausdorff distance, for the image processing of the images compared two different methods. Its robustness better.)
- 2007-03-20 10:05:29下载
- 积分:1
-
harris-match
harris角点检测,并且实现两幅图像特征点的匹配,最终完成图像的拼接(harris corner detection, and realize two image feature point matching, the final completion of image stitching)
- 2013-07-21 10:52:13下载
- 积分:1
-
Captionextraction
自己编写的字幕提取代码,matlab简单易用(Caption extraction)
- 2010-02-27 16:48:59下载
- 积分:1
-
restore
说明: 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。
图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。
(A sharp and clear image is not directly produced
from the optics, however, digital signal processing applied to the sampled image produces a sharp and clear final image that
is also insensitive to misfocus related aberrations. This paper gives an overview of Wavefront Coding and example images
related to the two applications of machine vision/label reading and biometric imaging. Design techniques of Wavefront
Coding are unique from that of traditional imaging system design since both the optics and digital processing characteristics
of the system are jointly optimized for optimum system performance.)
- 2010-04-07 15:41:40下载
- 积分:1