-
基于混沌理论和量化方法实现一种针对灰度图像的鲁棒水印算法 QIM_Block-Equel
基于混沌理论和量化方法实现一种针对灰度图像的鲁棒水印算法。(Based on chaos theory and quantitative methods to achieve a robust watermarking algorithm for grayscale images.)
- 2020-06-27 01:00:01下载
- 积分:1
-
filter
本程序对同一图像增加噪声后,进行均值滤波、高斯平滑滤波和中值滤波三种方法的去噪和结果比较,
并进行了评价指标PSNR和SSIM的计算以及算法耗时的统计。
( The program on the same image after the noise increases, mean filter, de-noising and results of the Gaussian smoothing filter and median filter three methods of comparison, and the index PSNR and SSIM calculation algorithm and time-consuming statistics.)
- 2016-05-15 23:16:03下载
- 积分:1
-
yangshishuangfeng
杨氏双缝干涉 源代码。。。。。。。。。。。。。。。。。。。(failed to translate)
- 2021-04-08 16:39:00下载
- 积分:1
-
fourier
傅里叶变换的基本概念介绍和应用,做计算和频谱分析时蛮有用的。(fourier transform)
- 2012-04-10 09:44:29下载
- 积分:1
-
filter2
基于图像空间的素描效果生成技术,提供测试图片,利用sketch文件开始(Generation technology based on image space sketch effect)
- 2015-01-15 12:05:21下载
- 积分:1
-
xijunmishi-PSO
细菌觅食算法与粒子群优化算法相结合的程序,可以实现适应度函数的最值计算,有很好的参考价值。(Bacterial Foraging algorithm and particle swarm optimization combined program, you can achieve the best fitness function value, and have a good reference value.)
- 2013-08-26 09:40:40下载
- 积分:1
-
霍夫曼技术图像压缩重建
说明: 采用霍夫曼技术实现压缩图像的重建,代码很详细,很不错。(Using Hoffman technology to achieve compressed image reconstruction, the code is very detailed, very good.)
- 2021-03-03 20:24:29下载
- 积分:1
-
PhotoCut
基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助(OpenCV based on the realization of the image shear, the interception of a small software, to learning more OpenCV friends help)
- 2020-11-17 15:19:41下载
- 积分:1
-
lsb
基于空域的脆弱水印,可以有效检测出图像发生篡改的区域(Airspace based on fragile watermarking can effectively detect the occurrence of tampering with the image of the region)
- 2008-12-29 23:50:09下载
- 积分:1
-
EDLines 快速直线检测算子
EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤:
(1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声;
(2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向;
(3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大;
(4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。
(Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out
the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary
edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a
set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of
the other edge detectors requires urther processing to generate potential object boundaries, which may not even be
possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
- 2021-03-22 16:29:16下载
- 积分:1