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

搜索资源列表

  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. gaosijinzita

    0下载:
  2. 高斯金字塔,对图像进行高斯模糊然后建立多尺度空间-Gaussian pyramid, Gaussian blur the image and then create a multi-scale spatial
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3671356
    • 提供者:xuguoqi
  1. Bit_map

    0下载:
  2. 本程序时图像的金字塔算法分解,他是用MATLAB编写的,简单易懂-The program algorithm for decomposition of the image pyramid, he was prepared to use MATLAB, and easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:79121
    • 提供者:李泽敏
  1. Implementation-of-SIFT-detection

    0下载:
  2. 摘要:针对SIFT 特征提取的硬件实现结构复杂、难以达到实时性的问题,提出一种改进的高斯金字塔构建方法,该方法从 构建高斯金字塔的原始意义出发,大幅减少了所需的运算时间和存储单元。同时提出并验证了合适的SIFT 参数配置,以及 具体的硬件优化和并行实现方案,使整个系统可以在一片单独的FPGA 芯片上实现。该系统读入串行像素数据流,输出关键 点的特征描述符,并采用256×256 的图像对其进行了仿真验证,结果表明完全达到了实时的效果。 关键词:特征点 实时 尺度不变特征变换 现场可
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:241854
    • 提供者:李齐贤
  1. lap_fusion

    1下载:
  2. matlab基于拉普拉斯金字塔分解的图像融合源程序,已经过测试,可以应用。-matlab based on the decomposition of the Laplacian pyramid image fusion source
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:2121
    • 提供者:陈鹏
  1. python

    0下载:
  2. 用金字塔方法对图像进行分割,其中调用了opencv的函数。-Using the pyramid method of image segmentation, which calls the opencv function.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:91430
    • 提供者:luofei
  1. pyramid_segmentation

    0下载:
  2. 金字塔图像分隔算法,在opencv下,采用c编写-pyramid_segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:Lily
  1. lpdemo

    0下载:
  2. 关于拉普拉斯金字塔算法的一个实例,有助于对图像进行具体的波变换提供帮助-Laplacian pyramid algorithm on an example, contribute to the image of the wavelet transform to provide specific help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:871
    • 提供者:张强
  1. fuse_lap

    0下载:
  2. 拉普拉斯金字塔变换的融合算法,对于灰度图像可用-lap_
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1088
    • 提供者:yang
  1. image_segmentation_using_pyramid

    0下载:
  2. 采用金字塔方法进行图像分割,本程序基于OpenCV实现-Using the pyramid approach to image segmentation, based on the OpenCV implementation of this procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:85334
    • 提供者:孙波
  1. Wavelet_image_fusion

    1下载:
  2. 对每一路图像进行小波变换,分别到其水平、垂直、四十五度角方向的高频分量以及其低频分量,得到每路图像的小波金字塔; 按取较大值的原则对两幅图像的不同层次、不同特征层的信息图分别进行融合; 根据融合的各图像分量的小波序列,进行小波逆变换,得到最后的融合图像。 -Road images of each wavelet transform, respectively, to its horizontal, vertical, 45 degree angle the directio
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:877
    • 提供者:shentian
  1. Laplace

    0下载:
  2. Laplace金字塔算法的图像处理Matlab程序,希望对大家有帮助-Laplace pyramid algorithm for image processing Matlab program, we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:47817
    • 提供者:shen
  1. Real-TimeRobustAlgorithmofDigitalImageStabilizatio

    0下载:
  2. 电子稳像的实时鲁棒性算法,首先对采集到的每帧图像建立高斯金字塔。然后在高斯金字塔的顶层进行 初估计,采用图像块法得到整像素的运动估计矢量。精估计采用光流梯度法。为提高鲁棒性,运用简化的M 收敛法 进行梯度约束。最后阶段采用双线性内插对当前帧与参考帧进行匹准-Electronic image stabilization, real-time robust algorithm, first collected in the establishment of Gaussian pyramid
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:940442
    • 提供者:才鸟
  1. jinzitafg

    0下载:
  2. 在VS2008环境下实现对图像的金字塔分割,分割分为5个等级,可以应用于流媒体的逐帧图像操作-In the VS2008 environment to realize the image of the pyramid segmentation, segmentation is divided into five levels, can be applied to streaming media, frame by frame image manipulation
  3. 所属分类:Special Effects

  1. MATLAB

    0下载:
  2. Laplacian Gaussian Pyramid Image Process Laplace图像高斯金字塔扩展与减少-Laplacian Gaussian Pyramid Image Process Laplace expansion and reduce the image Gaussian pyramid
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1457
    • 提供者:张捷
  1. MatchImage

    0下载:
  2. 交叉相关的配准算法,采用高斯金字塔对图像分解和快速傅里叶变换加快算法速度,工业级算速度和配准精度。-Cross-related registration algorithm, the Gaussian pyramid image decomposition and fast Fourier transform algorithm to speed up the speed, industrial-grade computing speed and registration accuracy.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:167456
    • 提供者:oiis
  1. con_fusion

    0下载:
  2. 本程序可以实现对比度金字塔算法,更改目录里的文件名,重采样图像大小即可使用。希望对大家有用。-The program can contrast pyramid algorithm, change the directory where the file name, re-sampling the image size to use. Hope to be useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2162
    • 提供者:lucas
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:56435
    • 提供者:依米
  1. matlabPyrTools

    1下载:
  2. 可控金字塔,用于图像去噪,识别,是一种方向可控的金字塔结构的图像处理方法-steerable pyramids for image denoising, recognition, is a steerable pyramid image processing method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2237492
    • 提供者:dawang
  1. CVPR09-ScSPM

    0下载:
  2. 基于空间金字塔匹配的稀疏编码,用于图像检索和图像识别。-Spatial pyramid matching based on sparse coding for image retrieval and image recognition.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-06-11
    • 文件大小:19136958
    • 提供者:仔细点
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 16 »
搜珍网 www.dssz.com