数字水印算法 Resources

Showing items tagged with "数字水印算法"

This program simulates a digital watermarking algorithm resistant to print-scan attacks, utilizing DCT-domain data classification for effective performance. The underlying principles are based on the reference book "Digital Watermarking Theory and Technology" edited by Yang Yixian et al., published by Higher Education Press. The implementation involves discrete cosine transform (DCT) coefficient manipulation and classification-based embedding strategies.

MATLAB 289 views Tagged

This is the most basic LSB (Least Significant Bit) algorithm for digital watermarking, featuring complete embedding and extraction functions with verified correct operation. Tested execution environment: MATLAB 6.5. The implementation demonstrates fundamental watermark hiding techniques using bit-level manipulation in grayscale images.

MATLAB 252 views Tagged