
数字水印
文章平均质量分 93
狂放不羁霸
学习令人大脑颤抖 ^_^
展开
-
数字水印 | 量化相关论文:Embedding color watermark image to color host image based on 2D-DCT
1 Watermark Embedding Procedure2 Watermark Extraction Procedure3 对核心步骤的理解原创 2024-06-04 17:57:26 · 986 阅读 · 0 评论 -
数字水印 | 盲水印嵌入:量化索引机制 QIM
1 什么是量化索引调制? 1.1 为什么使用 QIM? 1.2 QIM 的算法思想 1.3 什么是量化操作? 1.4 论文中对 QIM 的介绍 2 盲水印论文中的实际应用 2.1 均匀量化器 2.2 对论文的分析原创 2024-06-02 16:52:26 · 2311 阅读 · 0 评论 -
数字水印 | 图像噪声攻击(高斯/椒盐/泊松/斑点)
Noise Attack1 高斯噪声(Gaussian Noise)2 椒盐噪声(Salt and Pepper Noise)3 泊松噪声(Poisson Noise)4 斑点噪声(Speckle Noise)5 完整代码原创 2024-05-30 19:20:40 · 1735 阅读 · 1 评论 -
数字水印 | 附彩色图像论文:盲式水印嵌入的方法
前言1 回顾:论文 A 的嵌入规则2 论文 B 的嵌入规则3 论文 A 的提取规则4 论文 A 的嵌入规则5 代码实现原创 2024-05-29 15:27:53 · 1613 阅读 · 0 评论 -
数字水印 | 彩色图像论文:A blind and robust color image watermarking scheme based on DCT and DWT domains(四)
Evaluation metrics1 测量含水印图像的质量1.1 PSNR 指标1.2 SSIM 指标2 测量提取出的水印的质量2.1 NC 指标2.2 BER 指标原创 2024-05-30 15:22:23 · 1264 阅读 · 0 评论 -
数字水印 | 彩色图像论文:A blind and robust color image watermarking scheme based on DCT and DWT domains(三)
Proposed Watermarking Scheme1 Watermark Encryption Algorithm2 Watermark Embedding Algorithm3 Watermark Extraction Algorithm4 Watermark Decryption Algorithm原创 2024-05-28 15:47:25 · 1195 阅读 · 0 评论 -
数字水印 | 彩色图像论文:A blind and robust color image watermarking scheme based on DCT and DWT domains(二)
Preliminaries 1 Chaotic Logistic Map 2 Discrete Cosine Transform 3 Discrete Wavelet Transform原创 2024-05-27 16:23:45 · 932 阅读 · 0 评论 -
数字水印 | 彩色图像论文:A blind and robust color image watermarking scheme based on DCT and DWT domains(一)
Introduction 1 水印的分类 2 水印算法的分类 3 评价水印算法的标准 4 本文提出的方案原创 2024-05-27 14:39:43 · 884 阅读 · 0 评论 -
数字水印 | 混沌逻辑斯谛映射(Chaotic Logistic Map)基本原理及 Python 代码实现
1 基本原理2 代码实现3 分岔图代码实现原创 2024-05-28 10:17:47 · 3208 阅读 · 0 评论 -
数字水印 | 离散余弦变换 DCT 基本原理及 Python 代码实现
1 基本原理 2 代码实现 3 图像压缩原创 2024-05-27 21:47:10 · 3683 阅读 · 1 评论 -
数字水印 | 图像标准化论文:Digital Watermarking Robust to Geometric Distortions(二)
Digital Watermarking Robust to Geometric Distortions原创 2024-05-23 20:49:51 · 965 阅读 · 0 评论 -
数字水印 | 图像标准化论文:Digital Watermarking Robust to Geometric Distortions(一)
Digital Watermarking Robust to Geometric Distortions原创 2024-05-23 16:45:01 · 906 阅读 · 0 评论 -
数字水印 | 仿射变换的原理入门
1 仿射变换是什么 2 仿射变换的数学表达式 3 变换矩阵的数学表达式 3.1 平移变换 3.2 缩放变换 3.3 旋转变换 3.4 反射变换 3.5 剪切变换 参考博客原创 2024-05-22 20:28:48 · 1271 阅读 · 0 评论 -
数字水印 | 图像的几何矩
前言 1 数学中的矩 1.1 离散的情况 1.2 连续的情况 2 图像的矩 2.1 p+q 阶矩 2.2 HU 矩 2.2.1 原点矩 2.2.2 中心矩 2.2.3 归一化中心矩原创 2024-05-22 10:31:17 · 955 阅读 · 0 评论 -
数字水印 | 小波变换的原理入门
前言 1 小波变换 2 连续小波变换(CWT) 2.1 小波函数 2.2 小波变换的实现 3 离散小波变换(DWT) 4 应用:降噪原创 2024-05-21 15:43:57 · 1213 阅读 · 0 评论 -
数字水印 | 奇异值分解 SVD 的 Python 代码实现
奇异值分解 SVD 的 Python 代码实现原创 2024-05-16 11:19:15 · 766 阅读 · 0 评论 -
数字水印 | 奇异值分解 SVD 的定义、原理及性质
1 为什么使用 SVD?2 SVD 的定义是什么?3 如何求解奇异值 SV?4 什么是 SVD 的性质?原创 2024-05-15 09:43:39 · 1429 阅读 · 0 评论 -
数字水印 | 论文:Image Watermarking Using Discrete Wavelet Transform and Singular Value Decomposition(二)
Image Watermarking Using Discrete Wavelet Transform and Singular Value Decomposition for Enhanced Imperceptibility and Robustness原创 2024-05-14 17:02:52 · 1248 阅读 · 6 评论 -
数字水印 | 论文:Image Watermarking Using Discrete Wavelet Transform and Singular Value Decomposition(一)
Image Watermarking Using Discrete Wavelet Transform and Singular Value Decomposition for Enhanced Imperceptibility and Robustness原创 2024-05-14 15:43:05 · 1122 阅读 · 0 评论 -
数字水印 | Python 基于离散小波变换 DWT 的图像水印嵌入(下)
Python 基于离散小波变换 DWT 的图像水印嵌入原创 2024-05-13 15:43:39 · 1345 阅读 · 4 评论 -
数字水印 | Python 基于离散小波变换 DWT 的图像水印嵌入(上)
Python 基于离散小波变换 DWT 的图像水印嵌入原创 2024-05-13 11:18:08 · 1480 阅读 · 2 评论 -
数字水印 | 离散小波变换 DWT 的 Python 代码实现
离散小波变换 DWT 的 Python 代码实现原创 2024-05-12 19:23:07 · 1164 阅读 · 0 评论 -
数字水印 | Arnold 变换的 Python 代码实现(灰度图版)
Arnold 变换的 Python 代码实现(灰度图版)原创 2024-05-13 17:35:58 · 355 阅读 · 1 评论 -
数字水印 | Arnold 变换的 Python 代码实现
1 回顾:Arnold 公式 2 核心代码实现 3 完整代码实现原创 2024-05-13 16:52:54 · 1620 阅读 · 3 评论 -
数字水印 | Arnold 变换的 Matlab 代码实现
Arnold 变换的 Matlab 代码实现原创 2024-05-12 17:08:40 · 1004 阅读 · 1 评论 -
数字水印 | 基于小波变换的数字水印技术
离散小波变换非专业版入门原创 2024-05-12 15:12:12 · 1990 阅读 · 1 评论 -
数字水印 | 数字水印技术原理入门
数字水印技术原理入门原创 2024-05-11 15:57:22 · 5256 阅读 · 0 评论