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

搜索资源列表

  1. cameron

    0下载:
  2. POLSAR图像分解的cameron分解IDL源代码-POLSAR image decomposition cameron decomposition IDL source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4994
    • 提供者:徐晓倩
  1. fenjie

    0下载:
  2. 小波图像分解代码很不错的,很新颖很好用,欢迎下载-a good new mathod of image resolve .
  3. 所属分类:Wavelet

    • 发布日期:2017-04-11
    • 文件大小:1342
    • 提供者:刘晓明
  1. xiaobozuoye

    0下载:
  2. 图像分解 利用小波变换对图像进行三次分解-Image decomposition using wavelet decomposition image three times
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:526
    • 提供者:
  1. VMD_2D

    0下载:
  2. 二维变模态分解(TWO-DIMENSIONAL VARIATIONAL MODE DECOMPOSITION),自适应的将图像分解为不同的模态,包含代码和对应的论文-TWO-DIMENSIONAL VARIATIONAL MODE DECOMPOSITION,adaptively decompose an image into few different modes,include code and its corresponding paper
  3. 所属分类:matlab

    • 发布日期:2017-05-09
    • 文件大小:2038595
    • 提供者:
  1. imshow_YCbCr

    0下载:
  2. 将一幅图像从RGB空间转换到YCbCr空间,并将这幅图像分解为三个通道亮度通道和两个色度通道并将这三个通道显示出来-An image from RGB space was converted into YCbCr space.This image was decomposed into three channels, luminance channel and two chrominance channels.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:140009
    • 提供者:ella
  1. RGB__HSV

    0下载:
  2. //将三通道图像 分解成3个单通道图像,H对应的通道时0,S、V对应的通道时1和2 //cvCvtPixToPlane(picHSV, h_plane, s_plane, v_plane, 0) -//the three-channel image is decomposed into 3 single channel image, the corresponding channel 0 H, S, V is the corresponding channel 1 and 2 //cvC
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:827
    • 提供者:李哲弘
  1. bitmapshow

    0下载:
  2. 将一幅灰度级为256的图像分解成位图,并按照bit0到bit7的顺序逐一合成-decompose an image into bitmap, and then reconstruct it
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:581
    • 提供者:黄艳
  1. chaos2

    0下载:
  2. 根据论文编程的图像混沌加密程序,同时还加了了小波图像分解-Chaos and waveleaf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5190539
    • 提供者:林文煜
  1. Toolbox_Mallat

    0下载:
  2. 小波分解的Mallat快速算法 Mallat快速算法的图像分解的Matlab代码-Matlab code image decomposition Mallat fast wavelet decomposition algorithm Mallat fast algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:61849
    • 提供者:叶影
  1. daima

    0下载:
  2. 针对上述文章中存在的问题而修改的小波图像分解程序-In response to these problems in the article modified wavelet image decomposition process
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3408
    • 提供者:吴江
  1. CS-denoising--wavelet-analysis

    0下载:
  2. 介绍了图像的小波分析的基本理论和基于小波变换的分解与重构原理,利用小波变换对二维图 像进行分解,将原始图像分解成不同方向、不同频率成份的子图像。同时对含噪图像进行小波分解,然后选 取适当的阈值,对小波分解系数进行阈值量化,再对高低频系数重构,实现图像的去噪。-Image compression and de-noising based on wavelet analysis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-26
    • 文件大小:341479
    • 提供者:徐梦飞
  1. nGMCAlab

    0下载:
  2. 基于几何形态学分析的图像分解工具箱,可以用来研究稀疏表示和图像压缩-Morphological analysis of images based on geometric decomposition toolbox can be used to study the sparse representation and image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1277650
    • 提供者:PeterYang
  1. e2md2.m

    2下载:
  2. 二维经验模式分解(BEMD)程序,可用于图像分解 -Bidimensional Empirical Mode Decomposition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:20901
    • 提供者:liuxiang
  1. Image-restoration--with-texture

    0下载:
  2. 图像修复的一篇比较好的文章,将图像分解为卡通和纹理,对于难修复的纹理部分采用纹理合成方法,修复的效果较好-An article in relatively good image restoration, the image is decomposed into a cartoon and texture, texture for the difficult part of the repair method using texture synthesis, repair is better
  3. 所属分类:software engineering

    • 发布日期:2017-05-30
    • 文件大小:12429557
    • 提供者:Ewin
  1. sobel彩色图像边缘细化处理

    0下载:
  2. sobel彩色图像边缘细化,分解RGB三通道图像,对各通道进行x和y方向上的梯度幅值计算,设置阈值,合并三通道,彩色显示。可直接使用
  3. 所属分类:图形图象

  1. main

    0下载:
  2. 图像处理工具,把一幅图像分解成64个小图-Image processing tools, to an image into 64 small Fig.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1002
    • 提供者:彭成
  1. intrinsic_image

    0下载:
  2. Chen等人在ICCV2013发表的本征图像分解算法,可将RGBD图像分解为光照同材质的乘积-RGBD image based intrinsic image algorithm proposed by Chen et al in ICCV2013.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7206975
    • 提供者:xingguanyu
  1. haar

    0下载:
  2. 基于haar小波的图像分解和重构,加入高斯噪声和椒盐噪声来验证小波的效果-Haar wavelet-based image decomposition and reconstruction, adding salt and pepper noise and Gaussian noise to verify the effect of wavelet
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4421
    • 提供者:李振
  1. opencv对视频进行滤波后输出视频

    0下载:
  2. opencv对视频进行滤波后输出视频,试用于opencv的初学者,里面有核心算法,视频的分解与合成是cv库,滤波算子可以根据实际需要进行更改。
  3. 所属分类:图形图像处理(光照,映射..)

  1. pro2

    1下载:
  2. 图像分解,将图像分解成结构和纹理,使图像分块化-Image decomposition, the image is decomposed into structure and texture of the image block
  3. 所属分类:Special Effects

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