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

搜索资源列表

  1. SaveJPEG

    0下载:
  2. 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
  3. 所属分类:图形图象

    • 发布日期:2014-02-27
    • 文件大小:283686
    • 提供者:
  1. shuiying

    0下载:
  2. 由于二维DCT变换是对数字图像矩阵而言的,所以对于RGB位图不能进行DCT变换我在这里先将它转换成灰度图像再把水印嵌入到灰度图像中来进行基于DCT变换的图像水印研究。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1694
    • 提供者:chf068
  1. djpeg

    0下载:
  2. 实现jpeg图像解码功能。 代码设计思路:1, Reconstruct the Huffman/RLE stream to a sequence 2, Arrange the sequence to a matrix using the zigzag scanning backwards 3, Multiply the matrix by quantization table 􀂄 4, Perform inverse DCT 5, Shift the val
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:186880
    • 提供者:颜新卉
  1. pangzi

    0下载:
  2. (1)将整幅图像分成4×4块,计算每一块中所有象素RGB三个颜色通道的颜色平均值,并以此作为该块的代表颜色(主颜色)。 (2)将各块的颜色平均值进行离散余弦变换(DCT),得到DCT系数矩阵。DCT是一种分离的变换,是国际静止图像压缩标准JPEG的基础。由于大多数图像的高频分量较小,相应于图像高频分量的系数经常为零,加上人眼对高频成分的失真不太敏感,所以可用更粗的量化。因此,在一般检索中可以利用部分DCT系数作为特征向量。 (3)对DCT系数矩阵进行之字形扫描和量化,得到DCT系数。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2836494
    • 提供者:riddick
  1. LSB及位平面提取源码

    0下载:
  2. mylsb.m is a very complete source of LSB Steganography Steganography and extraction, and are on the inside, I did not upload pictures, you only need to add a picture file on it, remember the image must be a grayscale image, if it is RGB, I converted
  3. 所属分类:matlab例程

    • 发布日期:2011-12-11
    • 文件大小:1641
    • 提供者:richardwn
  1. RGB_DCT.rar

    0下载:
  2. 对RGB颜色空间的彩色图像进行DCT变换,其中可保留任意的变换系数,且可根据需求改变量化步长,RGB color space for color image DCT transform, which may retain any of transform coefficients, and can be quantified in accordance with step changes in demand
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:873
    • 提供者:alex
  1. DCT_ColorSegmentation

    0下载:
  2. 本文件包含有DCT转换(一维DCT转换,二维DCT转换),彩色图像(RGB)的segmentation。代码用visual c++编写,可以直接运行。-This file contains one dimensionaland two dimensional DCT transformation and color based image segmentation. Algorithms developed in the environment of visual c++, can be run
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-19
    • 文件大小:5541508
    • 提供者:Jason
  1. signal-analysis

    0下载:
  2. dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3571
    • 提供者:zhouhao
  1. jpeg.tar

    1下载:
  2. This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second (on XC2V1000-4 @ 40 MHz with resolution 352x288). Image resolution is no
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-13
    • 文件大小:3415690
    • 提供者:Bill Guan
  1. ImageBoard

    1下载:
  2. 功能十分强大的数字图像处理程序,具有基本的图像输入和变换,图形的即时绘制,彩色图像处理,图像旋转平移缩放,分离滤除RGB三原色,边缘检测与提取,频域变换(FFT,DCT),中值滤波等功能-Function is very powerful digital image processing procedures, have a basic input and transform images, graphics, real-time rendering, color image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4040739
    • 提供者:Myrrhy
  1. Assignment2

    0下载:
  2. Code to show DCT on rgb image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:29782
    • 提供者:Shardul Oza
  1. dct

    1下载:
  2. 基于FPGA的图像压缩算法程序,自己写的,可以参考一下-FPGA-based image compression algorithm, write your own, you can refer to
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:YF
  1. m

    0下载:
  2. mylsb.m是个非常完整的LSB密写源码并且密写和提取都在里面,图片我没上传,你只需要添加一个图片文件就可以了,记住图片必须是灰度图片,如果是RGB,我转换的代码也在里面很有意思哦。weipingmian.m是个提取图像位平面的程序,图片也是需要你自己加载,最后一个就是8*8块的图像DCT变换。-mylsb.m is a very complete source of LSB Steganography Steganography and extraction, and are on the
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1641
    • 提供者:zmb
  1. RGB

    0下载:
  2. RGB forward function and inverse function The rar contains all functions used (DCT, rle, vector to zigzag and viceversa, etc.)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:525634
    • 提供者:Tonychief
  1. jpeg_hardware.tar

    3下载:
  2. 用FPGA实现的JPEG压缩器,可以直接使用,内含完整文档说明-This project features a complete JPEG Hardware Compressor (standard Baseline DCT, JFIF header) with 2:1:1 subsampling, able to compress at a rate of up to 24 images per second at the maximum resolution 352x288 (on XC2V
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:868485
    • 提供者:
  1. test

    0下载:
  2. DCT Quantization on a RGB video
  3. 所属分类:Multimedia program

    • 发布日期:2017-12-07
    • 文件大小:54687550
    • 提供者:wei-chang
  1. Paper(3)18-23

    0下载:
  2. Image Compression using hybrid of DWT,DCT and Huffman Coding:This research paper presents a proposed method for the compression of medical images using hybrid compression technique (DWT, DCT and Huffman coding). The objective of this hybrid scheme is
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:396165
    • 提供者:samia
  1. shuiying

    0下载:
  2. 由于二维DCT变换是对数字图像矩阵而言的,所以对于RGB位图不能进行DCT变换我在这里先将它转换成灰度图像再把水印嵌入到灰度图像中来进行基于DCT变换的图像水印研究。-As the two-dimensional DCT transform on the digital image matrix is concerned, therefore, for the RGB bitmap should not be DCT Transform I first convert it into gray
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1743
    • 提供者:程序段
  1. 鲁棒性数字水印的设计与仿真

    0下载:
  2. 在彩色图像中嵌入二值灰度水印。有两种算法,第一种嵌入在yuv模型的y层整体系数上,第二种嵌入在rgb模型r层直流系数上。本科毕设题目,希望可以帮到你。(Two valued gray watermark is embedded in color image. There are two algorithms. The first one is embedded in the overall coefficients of the Y layer in the YUV model, and the
  3. 所属分类:图形图像处理

  1. DFT&DCT

    0下载:
  2. 编程实现二维8*8图像块的DFT,DCT变换 输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间 编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block Input
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:雪鹊
« 12 »
搜珍网 www.dssz.com