-
Joint entropy
说明: 计算两个离散变量x和y的联合熵z = H(x,y)。 输入:x,y:两个相同长度的整数向量输出:z:联合熵
可以使用,有利于学习目的(Compute joint entropy z=H(x,y) of two discrete variables x and y. Input: of x, y: two integer vector of the same length Output: z: joint entropy
good for learning purposes)
- 2020-06-23 11:20:01下载
- 积分:1
-
edge_detection
说明: 通过检测二维小波变换的模极大值点可以确定图像的边缘点,利用小波变换的多尺度性用于图像的边缘检测(By detecting modulus maxima point of two-dimensional wavelet transform we can determine the image edge points, using multi-scale nature of wavelet transform in image edge detection)
- 2010-04-13 20:06:43下载
- 积分:1
-
particle-count
读取图像,转化为二值,去除毛刺噪点像素,去除孤立的前景像素,膨胀,对颗粒进行计数(particle count,)
- 2012-04-09 11:28:47下载
- 积分:1
-
双目匹配求解
说明: 一个双目匹配求解视差图的matlab源代码(A binocular matching to solve the disparity map of Matlab source code)
- 2020-10-31 11:25:37下载
- 积分:1
-
矩阵填充经典算法的代码 MatrixcompletionCode
说明: 矩阵填充经典算法的代码,包含SET,SVT等(Matrix filling code of classical algorithm, including set, SVT, etc)
- 2019-12-18 12:07:09下载
- 积分:1
-
ART2
自适应随机共振算法实现,具体内容注释中会有解释.(Adaptive stochastic resonance algorithm, the specific content of the Notes will be explained.)
- 2021-04-15 16:08:55下载
- 积分:1
-
rgb2ycbcr--ycbcrrgb
由rgb转化到ycrcb空间,再又ycrcb空间转化到rgb空间中(make a color space transmission from rgb into ycbcr,then transmit color space from
ycrcb into rgb)
- 2012-05-05 16:22:10下载
- 积分:1
-
A-Watermarking-Algorithm(MATLAB)--
盲水印提取时不需要参考原始载体图像,在信息隐藏、版权保护等方面具有更广泛的应用前景。提出的盲水印算法在分块离散余弦变换(DCT)和离散小波变换(DWT)的基础上,利用关系双方DCT系数和DWT系数在受到攻击时具有相同变化趋势的特点,采用关系嵌入和量化嵌入的自适应选择嵌入策略,较大幅度地提高了盲水印提取的鲁棒性。同时在量化嵌入中采用抖动调制,实现了水印透明性和鲁棒性调节的便捷性。大量仿真实验结果表明该算法对噪声干扰、低通滤波、JPEG压缩、对比度增强等攻击有很好的鲁棒性和透明性。关键词 数字水印盲水印关系嵌入量化嵌入离散余弦变换离散小波变换
按这篇文章的算法,自己编的matlab,没有攻击时水印提取率为1,加水印后图像PSNR有45+,。有攻击后提取率也有0.9+。(Blind watermark extraction can be fulfilled without referring to the original host image. Therefore it hasmuch
prospective applications in the fields of information hiding and copyright protection. Based on blocking Discrete Cosine
Transform (DCT) and blocking DiscreteWaveletTransform (DWT), the proposed blind watermarking algorithm uses an
embedding strategy of adaptively selecting either relationship embedding or quantization embedding. The relationship em-
bedding comes from the observation thatboth themagnitudes of coefficients concerned in the relationship usually have thesame change trend when the image is attacked. This strategy remarkably improves the robustness ofwatermark extraction.In addition, dithermodulation is used in quantization embedding, bywhich the tradeoff between transparency and robus-tness ofwatermarking can be easily adjusted. Simulation results show that the algorithm is fairly robust against the attacks such as noise, filtering, compression, and contrast )
- 2013-04-14 16:15:47下载
- 积分:1
-
MEAN_ratio
说明: 均值比差异图生成,用于SAR图像变化检测,生成差异图(mean ratio difference map generation, used for SAR image change detection, generate difference map)
- 2021-03-30 08:59:10下载
- 积分:1
-
2
说明: 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡(Edge feature extraction is to seek the local maximum of image gradient and orientation. The actual calculation to the form of differential operator representation, and using fast convolution function to achieve. Commonly used operators are differential operators, Laplace operator, Canny operator and so on. Canny edge detection which is a relatively new edge detection operator, and has good edge detection performance, get more and more widely used. Canny edge detection method using first derivative of Gaussian function, it can in the noise suppression and edge detection to achieve a better balance between)
- 2010-06-16 08:36:49下载
- 积分:1