CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 多分辨率

搜索资源列表

  1. pyramid

    0下载:
  2. 图像处理的一种金字塔算法,实现多分辨率图像的拼接
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:578
    • 提供者:luxiaoyan
  1. Lee

    0下载:
  2. Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2721846
    • 提供者:yangocean
  1. Image_Watermarking_Method_Based_On_Multi-resolutio

    0下载:
  2. 一种基于多分辨率分解的图像水印嵌入方法 【摘 要】:根据小波变换的多分辨率的分析特征,提出了一种基于小波变换的水印嵌入方法,即在嵌入之前对水印做置乱处理,然后根据小波变换后的不同分辨率上的特点,将原始图像和水印进行小波分解,再将相同分辨率层次的数字水印分别嵌入其对应相同分辨率层次的原始图像中,使水印不可感知。试验结果表明,利用该方法较好的保持了图像的质量,并且对常用图像处理方法具有一定的健壮性,是一种行之有效的水印嵌入方法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:363171
    • 提供者:绯村剑心
  1. [MultiresolutionMarkovmodelsforsignalandimageproce

    0下载:
  2. Multiresolution Markov models for signal and image processing,信号和图像处理中的多分辨率markov模型分析
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:7833917
    • 提供者:惠飞
  1. waveletdetection

    0下载:
  2. 一篇利用小波理论实现数字图像边缘检测的方法的文章,可以实现多尺度多分辨率的边缘检测,其基本思想来源于金字塔算法,和传统算子相比有不少优势
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:115761
    • 提供者:郭炳煜
  1. lf.tar

    0下载:
  2. 基于纹理合成的图像类推,用树形结构向量量化,用到了多分辨率来减小邻域 基于Wei_Levoy算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5356999
    • 提供者:liucs
  1. xiaobozengqiang

    0下载:
  2. 首先通过多分辨率分解法提取高频边缘,然后分别对每层的高频边缘进行非线性插值得到新的高频边缘,接着对高频边缘进行高通滤波得到等强后的高频边缘,最后对增强后的高频边缘进行修正。再在对增强的图像进行对比度拉伸,从而达到增强的目的!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:zhangguangxiu
  1. GAUSSIANPYRAMID.rar

    0下载:
  2. 高斯金字塔算法程序,在OpenCV开发环境下能实现多分辨率多多尺度的高斯金字塔的图像处理。,The programming can deal with Gaussian Pyramid. Using Gaussian pyramid process image.he effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1725389
    • 提供者:胡小宁
  1. lbp_matlab

    0下载:
  2. 实现纹理模式的LBP特征表示及分类。 实现一种基于局部二值模式LBP(Local Binary Pattern)的多分辨率灰度尺度及旋转不变性的纹理分类方法-LBP texture model to achieve that as well as the breakdown characteristics. The realization of a model based on local binary LBP (Local Binary Pattern) Multiresolution g
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3336
    • 提供者:张阳军
  1. super_resolusion-pocs

    1下载:
  2. 本代码是用Matlab实现图像的超分辨率重建,方法为凸集投影法,能从多幅低分辨率图像重建一幅高分辨率图像。-We use Matlab to reconstruct image. The method is convex projection on suoer-resolution(POCS).
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1373
    • 提供者:ruguoer
  1. GLPyramid2

    0下载:
  2. 多尺度图像技术指对图像采用多尺度的表达,并在不同尺度下分别进行处理,也称多分辨率技术 金字塔是一种有效的多尺度表达结构 构建高斯金字塔和拉普拉斯金字塔 高斯低通滤波器 对应高斯金字塔中相邻两层图像差的带通滤波器 -Multi-scale imaging technology refers to the image using multi-scale expression, and in different scales, respectively, for pro
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1829
    • 提供者:Mingruixia
  1. LaplacianPyramid

    0下载:
  2. 拉普拉斯金字塔出来程序,在OpenCV开发环境下能实现多分辨率多多尺度的拉普拉斯金字塔的图像处理。-The programming can deal with Laplacian Pyramid. Firstly ,using Gaussian pyramid process image, then using Gabor deal with it.The effect is very good.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1756639
    • 提供者:胡小宁
  1. newACM

    0下载:
  2. 本文介绍了一种新的主动轮廓模型,即把多尺度和多分辨率融合到主动轮廓里面,有一定的启发意义-This article describes a new active contour model, namely the multi-scale and multi-resolution integration into active contour inside, has inspired a certain significance
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:230831
    • 提供者:leon
  1. matlab_image_fusion_toolbox

    0下载:
  2. 图像融合工具箱,包括线性方法,非线性方法,多分辨率方法等-The image fusion toolbox comes as a set of matlab m-file functions
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:24945
    • 提供者:panfeng
  1. image

    0下载:
  2. 一种新的超分辨率图像重建算法,非下采样Contourlet 变换 多任务学习 超分辨率图像重建-A new super-resolution image reconstruction algorithm, non-down-sampling Contourlet transform multi-task learning Super-Resolution Image Reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:375662
    • 提供者:Zero
  1. CWIMATIFUS

    1下载:
  2. 本程序包是基于多分辨率分析的图像融合算法,其中包括基于区域的融合算法。对应程序有相关的文章,是学习图像融合最有用的资料。-This package is based on the analysis of multi-resolution image fusion algorithms, including region-based fusion algorithm. Procedures related to the corresponding articles, image fusion is
  3. 所属分类:Special Effects

    • 发布日期:2015-05-19
    • 文件大小:19348776
    • 提供者:bin24
  1. tryImage

    0下载:
  2. 本代码是利用互信息法进行配准,多分辨率优化地刚性配准。-The code is the use of mutual information registration method, multi-resolution optimization to rigid registration.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3641020
    • 提供者:齐汝
  1. blindwatermark1

    0下载:
  2. 多分辨率水印嵌入、提取、检测;盲水印的嵌入和检测等.matalab编写。-Multi-resolution watermark embedding, extraction, detection blind watermark embedding and detection. Matalab prepared.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3399
    • 提供者:songziqi
  1. gauspyr_vc6.0

    0下载:
  2. 图像多分辨率表示之高斯金字塔表示,可用于图像放缩和平滑及其他处理-Multi-resolution representation of the Gauss image pyramid that can be used for image scaling and smoothing, and other processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1893121
    • 提供者:猪哥不亮
  1. SPIHT

    1下载:
  2. 通过多分辨率分解,实现红外图像的增强,改善图像的对比度-Through a multi-resolution decomposition, to achieve enhanced infrared image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:58033
    • 提供者:陈少华
« 12 3 4 5 6 »
搜珍网 www.dssz.com