CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab dct
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab dct - List
[
Firewall-Security
]
DCT域隐藏
DL : 0
当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下-when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information
Update
: 2025-02-19
Size
: 199kb
Publisher
:
韩飞
[
Compress-Decompress algrithms
]
基于DCT的jpeg图像压缩编码算法的MATLAB实现
DL : 2
这是一个基于DCT的jpeg图像压缩编码算法的MATLAB实现的程序,对做jpeg压缩的朋友会很有帮助-this is matlab jpeg compression based on dct,it is helpful for who embark on jpeg compression.
Update
: 2025-02-19
Size
: 40kb
Publisher
:
杨晖
[
Special Effects
]
图像dct变换的程序
DL : 0
对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagram 8 8 DCT, the only difference reservations DC coefficient, and the preservation of the former 4, 8 or 16 DCT coefficients (DC+ AC), and then separately IDCT transformation, the results of the comparison. 2. Using Matlab-Image Processing Toolbox to achieve the function.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
朱晓路
[
3D Graphic
]
C-DCT
DL : 0
上传的是C编写的DCT算法,在图象处理方面常用到,希望对你有用-upload is prepared by the C DCT algorithm, the image processing used to the hope that useful to you
Update
: 2025-02-19
Size
: 1kb
Publisher
:
廖和
[
WEB Code
]
JPEG-DCT
DL : 0
JPEG压缩核心变换DCT实现源码,用matlab7.0实现-JPEG compression core transform DCT achieve source used to achieve matlab7.0
Update
: 2025-02-19
Size
: 1kb
Publisher
:
song
[
Special Effects
]
DCT-matlab
DL : 0
数字版权保护的毕业设计,利用DCT进行变换,但是算法比较新颖,里面包括所有的matlab程序。-digital copyright protection graduation design, for the use of DCT transformation, but rather novel algorithm, includes all the Matlab procedures.
Update
: 2025-02-19
Size
: 51kb
Publisher
:
刘伟
[
Graph program
]
MATLAB(DCT+DWT)
DL : 0
图像数字水印的方案毕业论文,基于dct和dwt的算法,有详细程序。-digital watermark image of the program thesis, based on Extra dwt and the algorithm, a detailed procedure.
Update
: 2025-02-19
Size
: 1.18mb
Publisher
:
shen
[
Other
]
fft+DCT
DL : 0
自己手写的图像的FFT变换和DCT变换的MATLAB代码-own handwritten Image Transform FFT and DCT MATLAB code
Update
: 2025-02-19
Size
: 733kb
Publisher
:
Alex
[
Program doc
]
DCT
DL : 0
一个基于dct变换的数字水印算法的源程序,可供进行数字水印学习和研究的学生及科研工作者学习参考-DCT-based digital watermarking algorithm transform the source code, available for study and research of digital watermarking students and researchers to study the reference
Update
: 2025-02-19
Size
: 187kb
Publisher
:
王晓华
[
Mathimatics-Numerical algorithms
]
DCT
DL : 0
用DCT进行人脸识别,用MATLAB实现-Using DCT for Face Recognition using MATLAB realize
Update
: 2025-02-19
Size
: 75kb
Publisher
:
李晋博
[
Graph program
]
cox1(DCT)
DL : 1
Cox 论文、程序matlab代码,仿真结果以及读书笔记,有助于学习-Cox papers, procedures matlab code, simulation results, as well as study notes, contribute to learning
Update
: 2025-02-19
Size
: 2.48mb
Publisher
:
luwei
[
Documents
]
dct
DL : 0
一种基于分块 D C T的混沌半脆弱图像水印技术,半脆弱数字水印;混沌理论 -DCT block based on chaotic semi-fragile image watermarking technology, semi-fragile digital watermarking Chaos Theory
Update
: 2025-02-19
Size
: 328kb
Publisher
:
陈彩琼
[
Special Effects
]
klt-dct-wht
DL : 0
以GUI形式显示对一幅图像的klt,dct,wht变换压缩的效果,对他们做比较
Update
: 2025-02-19
Size
: 32kb
Publisher
:
安飞
[
Special Effects
]
dct
DL : 0
在图像的dct域内嵌入数字水印,包括水印嵌入和提取程序。水印为一副图像。-In the image embedded in the DCT domain of digital watermarking, including the watermark embedding and extraction procedures. Watermark for an image.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
霞疙瘩228
[
Compress-Decompress algrithms
]
DCT-basedJPEGimagecompressionalgorithmtoachievethe
DL : 0
基于DCT的JPEG图象编码,用MATLAB实现的-DCT-based JPEG image coding, using MATLAB realization
Update
: 2025-02-19
Size
: 120kb
Publisher
:
胡卖国
[
Special Effects
]
dct
DL : 0
基于dct变换,能实现数字水印嵌入与提取-Based on the DCT transform, to achieve the digital watermark embedding and extraction
Update
: 2025-02-19
Size
: 976kb
Publisher
:
李海波
[
Graph program
]
DCT
DL : 0
实现对一幅灰度和彩色图像作的离散余弦变换,选择适当的DCT系数阈值对其进行DCT反变换.-The realization of a piece of gray and color images for the discrete cosine transform, select the appropriate thresholds for DCT coefficients of its inverse transform DCT.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
龙活
[
Special Effects
]
dct
DL : 0
用MATLAB实现的数字水印的DCT算法,还包括本次试验的实验报告,对算法有详细的解读!-Implemented using MATLAB DCT digital watermarking algorithm, also including the test lab report, a detailed interpretation of the algorithm!
Update
: 2025-02-19
Size
: 1.39mb
Publisher
:
花有缺
[
Special Effects
]
MATLAB-dct-and-idct
DL : 0
将图片进行8*8块的dct变换,以及8*8块的反变化恢复原图像-use 8*8 block dct to chang image, and use 8*8 block idct to renew image.
Update
: 2025-02-19
Size
: 211kb
Publisher
:
jiang jianxing
[
Special Effects
]
MATLAB DCT水印源程序代码
DL : 0
MATLAB DCT水印源程序代码 MATLAB DCT水印源程序代码(MATLAB DCT watermark source code MATLAB DCT watermark source code)
Update
: 2025-02-19
Size
: 33kb
Publisher
:
longgyy
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.