CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 dct

搜索资源列表

  1. dct

    0下载:
  2. 小波变换主要实现了图像的读取与显示,以及小波变换的编解码的实现-this text is about wave transform shi xian le xiaobo bian huan de jie ma yu bian ma .
  3. 所属分类:Wavelet

    • 发布日期:2017-05-10
    • 文件大小:2375318
    • 提供者:gegelaogong
  1. HierarchicalvectorquantizationDCT

    0下载:
  2. 分层矢量量化DCT图像压缩算法设计与实现 计算机应用技术专业 论文-Hierarchical vector quantization DCT image compression algorithm design and implementation of Computer Application Technology Paper
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2060738
    • 提供者:tidy2356
  1. BatLSBReplace

    0下载:
  2. 大批量处理图像LSB隐写算法的matlab算法-Large batch image LSB steganography algorithm matlab algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:733
    • 提供者:yaoheng
  1. 3971017DCT

    0下载:
  2. 对原始灰度图像 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:2939
    • 提供者:嘟嘟
  1. 23825792DCT

    0下载:
  2. MFC下做的图像DCT变换程序,可以对彩色图像进行DCT变换,有MFC界面,对初学者有用-Under the MFC to do the image DCT transform process can be DCT-color images, there are MFC interface, useful for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1369
    • 提供者:嘟嘟
  1. ch3_dct

    2下载:
  2. fpga dct变换,用以视频压缩和处理图像-fpga dct
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-13
    • 文件大小:2116
    • 提供者:guqiutao
  1. DCT

    0下载:
  2. 用于bmp格式图现象的dct编码和解码,实现中没有考虑其他尺寸的图片,所以想要压缩不同尺寸的图像请自行修改-DCT
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3701
    • 提供者:wangcheng
  1. dctembed

    1下载:
  2. 先对图像进行DCT变化再进行水印嵌入,用于图像加密,保护版权,在版权保护方面有较大的用途。-Digital Watermarking DCTembed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2673
    • 提供者:温飞
  1. dctrecover

    0下载:
  2. 对嵌入水印的图像进行DCT变化再进行水印提取,用于图像加密,保护版权,在版权保护方面有较大的用途。-Digital Watermarking DCTrecover
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3394
    • 提供者:温飞
  1. BwAdd_Y_ColorImage

    0下载:
  2. matlab程序添加水印的DCT算法,先将水印加密,然后嵌入图像中-matlab program to add a watermark in the DCT algorithm, first the watermark encryption, and embedded images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2101
    • 提供者:高坛
  1. MATLABimagecompression

    0下载:
  2. 共7个matlab程序及两幅原始待处理图像,功能是图像压缩的实验,分别运用了DCT(1个程序),小波变换(5个程序)和小波包变换(1个)对图像进行压缩,各个程序的作用及程序注释已在程序中做了详细说明,程序均可直接运行-matlab program for image compression ,using DCT wave,wavelet,wavelet packet methods respectively .
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:48998
    • 提供者:John
  1. embed

    0下载:
  2. 图像置乱后嵌入音频中,用于dct域的音频水印处理-After scrambling embedded audio, audio for the dct domain watermarking
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1750
    • 提供者:凡超
  1. ImageProcessing

    1下载:
  2. JPEG图像压缩标准MATLAB仿真程序。包括DCT变换及其逆变换、量化及反量化等过程。-JPEG image compression standard MATLAB simulation program. Including the DCT transform and its inverse transform, quantization and inverse quantization and other processes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:55012
    • 提供者:秋田
  1. DCTtransformation

    0下载:
  2. DCT变换的基本思路是将图像分解为8×8的子块或16×16的子块,并对每一个子块进行单独的DCT变换,然后对变换结果进行量化、编码-The basic idea is to transform DCT the image is decomposed into 8 × 8 sub-block or 16 × 16 sub-blocks, and each separate sub-block DCT, and then quantify the results of the transform c
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:60622
    • 提供者:孙一
  1. jpeg_compression_encode

    0下载:
  2. jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:74122
    • 提供者:cyedu
  1. DCTchange

    0下载:
  2. matlab中的dct变换,在图像中利用dct变换嵌入水印,并提取-The dct matlab transformation in the image watermarking using dct transform, and extract
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:774
    • 提供者:ztj
  1. signature

    0下载:
  2. 该目录包含了基于可移植的C语言的数字水印算法的代码。这些代码具有示范 性的意义,且有一定的鲁棒性。 需要安装NetPGM的程序包(用来存取pgm格式图像),然后才能在linux下面编译。 NetPGM是图像文件的输入/输出软件包。可以在网上搜索得到。我们已经对 256灰度级,512×512大小的图像进行了测试。程序编译后的调用格式如下(以encode为例): wm_cox_e -s cox.sig -o wm_image.pgm image.pgm 其中,-s表示要
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:19297
    • 提供者:sylvia
  1. matlab_watermark

    0下载:
  2. 本文算法是将24 位真彩图的亮度分量分块 DCT ,然后利用DCT 量化系数的奇偶特性嵌入8 位灰度水印图,并通过PN 序列加密来保证水印的 安全性。算法中,将灰度图像转换为二进制数据 流,置乱后扩频调制,隐藏在宿主DCT 系数量化值 中,提取时不需要宿主信号,实现水印信号的盲提 取。-This algorithm is 24-bit true color pictures of the luminance component of block DCT, quantiza
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:285063
    • 提供者:王秀梅
  1. watermark

    0下载:
  2. 利用噪声序列对图像DCT域的中频系数进行水印嵌入-embedding watermark in the DCT coefficient.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:964555
    • 提供者:李星蕊
  1. Robust-Watermarking-Based-on-DCT

    0下载:
  2. 基于DCT域的鲁棒水印,上数字图像处理课上的大作业-Robust Watermarking Based on DCT, the homework of digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:52207
    • 提供者:方凯
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com