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

搜索资源列表

  1. imagesegmentation.rar

    0下载:
  2. 利用opencv实现的对图像的分割,主要采用金字塔分割算法。,Opencv achieved using image segmentation, the main use of pyramid segmentation algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:709222
    • 提供者:蓝水晶
  1. Matlab.rar

    0下载:
  2. MATLAB在多分辨金字塔式图像融合技术中的应用:一个用MATLAB编写的拉普拉斯金字塔实例程序,及其融合结果分析。,MATLAB in the multiresolution pyramid image fusion technology: one with MATLAB examples of the preparation process of the Laplacian pyramid, and the integration of the results of analysis.
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:354472
    • 提供者:宋克臣
  1. LucasKanade.rar

    0下载:
  2. LK光流算法 源程序(一层不带有金字塔的算法),LK source optical flow algorithm (a layer of non-pyramid algorithm)
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:761
    • 提供者:赵可心
  1. Pyramid-based-image-matching

    0下载:
  2. 金字塔分层搜索匹配,其中有GUI界面,方面用户直接输入待测图片和模板。-Hierarchical search match the pyramid, including GUI interface, the user directly measured in images and templates.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1598698
    • 提供者:xyz
  1. pyramid

    0下载:
  2. OpenGL写的金字塔程序,实现纹理贴图,绕不同轴旋转等功能,适合初学者研究。-OpenGL program written in the pyramid, to achieve texture mapping, and other functions around different axis, suitable for beginners study.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-08
    • 文件大小:1842156
    • 提供者:王米
  1. pyramid_segmentation.rar

    0下载:
  2. 此代码可以在Visual C++和OpenCV开发环境下,采用金字塔方法进行图像分割,This code can be Visual C++ And OpenCV development environment, using the pyramid method of image segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:7701
    • 提供者:张豪
  1. LKmatlab.rar

    0下载:
  2. 该matlab程序能够实现金字塔光流计算 ,The matlab program can achieve pyramid optical flow calculation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:4160
    • 提供者:朱聪超
  1. steerable.zip.rar

    0下载:
  2. 基于小波变换和可操纵金字塔算法的图像纹理分析,Based on wavelet transform and the steerable pyramid algorithm for image texture analysis
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:887182
    • 提供者:骆小龙
  1. pyramid

    0下载:
  2. 边缘检测,自己做的高斯金字塔和拉普拉斯金字塔,matlab2009-gaussian and laplasial pyramid
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:545
    • 提供者:李起航
  1. GPExpand

    1下载:
  2. 图像金字塔分解与图像金字塔重构matlab 程序,我试过了,很不错-Image pyramid decomposition and reconstruction of image pyramid matlab program, I tried, very good
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-06
    • 文件大小:1522
    • 提供者:李健
  1. LaplacianPyramid

    0下载:
  2. 该程序包中包含传统拉普拉斯金字塔分解和重构的matlab代码,以及测试程序-The package includes the traditional Laplace pyramid decomposition and reconstruction of matlab code, and testing procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:5570
    • 提供者:买小云
  1. gauspyr4a

    0下载:
  2. 高斯金字塔:Laplacian Pyramid Decomposition matlab 拉普拉斯金字塔分解;matlab源程序 说明:该函数的作用是对输入图像做金字塔分解。 level为指定分解图像的层次 -Gaussian Pyramid
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1213
    • 提供者:ruishu
  1. Gscale

    0下载:
  2. 采用matlab实现高斯金字塔,函数Gscale(img,levels,gsize,sigma)-To achieve Gaussian pyramid using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1589
    • 提供者:阿凯
  1. pyramid

    0下载:
  2. 介绍了形态学金字塔,是图像处理及图像融合的一种有效方法-Describes the morphological pyramid, an image processing and image fusion is an effective method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1021371
    • 提供者:LJH
  1. laplacianpyramid

    0下载:
  2. 本程序实现了基于拉普拉斯金字塔的图像融合算法,效果还不错,可以参考一下。-This procedure based on the implementation of the Laplacian pyramid image fusion algorithm, the effect was not bad, you can reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:560
    • 提供者:WSH
  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-10
    • 文件大小:1756639
    • 提供者:胡小宁
  1. spatial_pyramid_code

    0下载:
  2. 金字塔匹配算法,包括SIFT特征点的提取,聚类和构造金字塔特征表示,论文参考:Beyond Bags of Features: Spatial Pyramid Matching for Recognizing Natural Scene Categories matlab代码
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:181411
    • 提供者:chensikun
  1. laplacian

    0下载:
  2. 本程序实现了基于拉普拉斯金字塔的图像融合算法,效果还不错,可以参考一下。-This procedure based on the implementation of the Laplacian pyramid image fusion algorithm, the effect was not bad, you can reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:550
    • 提供者:WSH
  1. Pyramid

    0下载:
  2. 生成金字塔图像,非常有用,已经测试过,可以使用-Motion-blurred recovery algorithms, a very useful
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:43357
    • 提供者:白雪
« 1 23 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com