CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - image sub-block

搜索资源列表

  1. figure64

    0下载:
  2. 稀疏分解图像重建程序,把图像分解成多个小块图像,然后再各个子块重建后边缘处理后合并成整个图像。-sparse decomposition image reconstruction process, the image is divided into a number of small images, then each sub-block redevelopment edge after the merger into the whole image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64113
    • 提供者:fanghui20006
  1. imagezoomin.rar

    0下载:
  2. 一种基于子块加权的改进图像缩小算法,包括了与传统算法的PSNR对比,Based on the weighted sub-block to improve the image of the narrowing algorithm, including the traditional algorithm with PSNR comparison
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:296586
    • 提供者:zhaoqingtian
  1. tuxiangbianhuan.rar

    1下载:
  2. 图像变换 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩,Image transform to image sub-block (8* 8), for the DCT transform, and IDCT: DCT is a separable transform image to image compression coding, IDCT used to extract
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:17551
    • 提供者:陈杰
  1. fenkuai.rar

    1下载:
  2. 在matlab下对原始图像进行分块,最后显示分块后的图像,也可对区域图像处理,In matlab the original image under the sub-block, block after the last show of the images, but also the regional image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:2435
    • 提供者:晓琳
  1. blockzigzag.rar

    0下载:
  2. 先将图像分为4*4的重叠分块,然后将各个分块的三个颜色通道的直方图平均化,再将其进行离散余弦变化,分别提取各个通道的低频系数.,First image is divided into 4* 4 sub-block overlap, and then each sub-block of the three color channel histogram equalization, and then its discrete cosine Change, were extracted from ea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1151
    • 提供者:shibianxia
  1. matlab-code

    0下载:
  2. 对数字图像处理中的离散傅里叶变换(DFT),离散余弦变换(DCT)进行了详细的分析。其中DFT包括log视觉处理,中心点移动等。DCT包括分块处理,和保留较少系数,并比较结果。-Digital image processing of the discrete Fourier transform (DFT), discrete cosine transform (DCT) for a detailed analysis. DFT which include the log of visual pr
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:390377
    • 提供者:pxjy
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:3338
    • 提供者:廖建勇
  1. KLtransform

    0下载:
  2. (1)应用9×9的窗口对上述图象进行随机抽样,共抽样200块子图象; (2)将所有子图象按列相接变成一个81维的行向量; (3)对所有200个行向量进行KL变换,求出其对应的协方差矩阵的特征向量和特征值,按降序排列特征值以及所对应的特征向量; (4)选择前40个最大特征值所对应的特征向量作为主元,将原图象块向这40个特征向量上投影,所获得的投影系数就是这个子块的特征向量。 (5)求出所有子块的特征向量。 -(1) the application of 9 × 9 window
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2766
    • 提供者:龙活
  1. gabor_svm

    0下载:
  2. 采用Gabor_Palm函数提取掌纹图像的能量特征,并将得到的结果分块,分别计算每块的均值和方差作为特征向量。特征向量的长度为160.-Gabor_Palm function using the energy extracted palmprint image features, and will be the result of sub-blocks, each block were calculated the mean and variance as a feature vector
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:2557
    • 提供者:wangxuyang
  1. dctwatermark

    0下载:
  2. DCT水印,简单实用,基于8*8分块的DCT域水印嵌入算法水印图像为64*64-DCT watermark, simple and practical, based on the 8* 8 sub-block DCT domain watermark image watermark embedding algorithm is 64* 64
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1372
    • 提供者:张涛
  1. test3

    2下载:
  2. 编程实现基于8×8子块的DCT图像变换,基于JPEG量化矩阵的量化与反量化,基于8×8子块DCT的图像重建;以一幅512×512、8比特/象素的图像为实验对象,计算重建后的PSNR。-Programming based on 8 × 8 sub-block of the DCT image transform, quantization matrix based on the JPEG quantization and anti-quantitative, based on the 8 × 8
  3. 所属分类:图形图象

    • 发布日期:2017-04-14
    • 文件大小:111990
    • 提供者:zfyplay
  1. feikuai

    0下载:
  2. 可以设置图像分块的大小和分块数,然后来分块保存图像到文件目录下面-You can set the size of the image sub-block and sub-blocks, and then to block to save the image to a file directory
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:845
    • 提供者:shuzhenqiu
  1. image_block

    0下载:
  2. 最常用的一个图像处理算法:各种图像格式经典分块算法-The most commonly used image processing algorithms, sub-block algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1073
    • 提供者:joeouyang
  1. imagewatermarking

    0下载:
  2. 图像分块的处理和matlab水印的提取,-Image sub-block processing and matlab watermark extraction,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:155393
    • 提供者:xixi
  1. wavelet-watermarkin

    0下载:
  2. 提出一种基于小波变换与分形编码技 术 相 结 合 的 矢 量 地 图 零 水 印 模 型 通 过 小 波 变 换获得地图的低频系数块 利用分形相似计算获得与该低频系数块匹配的图像子块 将图像子 块通过拼贴生成零水印并提交第三方版权认证机构备案-Proposed based on wavelet transform and fractal coding technology in the rise of a close and operation of map zero water sea
  3. 所属分类:Wavelet

    • 发布日期:2017-03-31
    • 文件大小:203108
    • 提供者:刘立京
  1. Histogram-Equalization

    0下载:
  2. 图形图像处理 使用部分子块重叠直方图均衡化的对比度增强方法-Image Processing An Advanced Contrast Enhancement Using Partially Overlapped Sub-Block Histogram Equalization
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:747520
    • 提供者:米菲
  1. 87201146CoolImage

    0下载:
  2. 对图像进行了处理,把图像分块,然后进行主分量融合,从而是图像只显示每一分块的主颜色-The image processing, the image sub-block, and then the main component fusion, which is the image display only the primary colors of each sub-block
  3. 所属分类:Special Effects

    • 发布日期:2017-11-28
    • 文件大小:312320
    • 提供者:郭松
  1. sc3

    0下载:
  2. 通过观察图像lena_noise.bmp可以看到,该图像主要包含高斯噪声、椒盐噪声等。 通过查阅资料可知,维纳滤波可以很好的滤除高斯噪声,而中值滤波对于椒盐噪声的滤出效果优异,因此本次采用维纳+中值的滤波方式进行图像的去噪处理。 图像常用评价方法有:信噪比、相关系数、清晰度。信噪比较为常用;相关系数 由于滤波会使原图像失去某些细节,因此这种评价方式为参考性指标而非绝对评判标准;清晰度 为图像子块的方差 综合考虑采用图像的峰值信噪比(PSNR)作为评价去噪效果指标(自编PSNR.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:64555
    • 提供者:献诗
  1. gdal-image-read-and-write-

    0下载:
  2. 基于GDAL库进行图像读写以及分块处理,有详细注解适合初学者参考!-GDAL library for image reading and writing as well as sub-block processing, a detailed explanation reference for beginners!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:10382
    • 提供者:Sunny
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:3383
    • 提供者:Egypti
« 12 3 »
搜珍网 www.dssz.com