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

搜索资源列表

  1. dec_gaussian

    1下载:
  2. 使用matlab实现的高斯金字塔,可以对图像进行分割处理-Use Matlab to achieve Gaussian pyramid, the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:1024
    • 提供者:杨洋
  1. Beamlets--Analysis

    0下载:
  2. 主要是介绍小线图,小线字典和小线金字塔以及小线变换的的几个主要算法。-Beamlets and Multiscale Image Analysis:beamlet graph,beamlet dictionary,beamlet pyramid,beamlet analysis。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1881809
    • 提供者:里路诺
  1. GauPydDec

    0下载:
  2. 对输入的图像实现高斯金字塔分解,最后返回一个储存各层图像矩阵的元胞。-Gaussian Pyramid decomposion for image
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:544
    • 提供者:shiyuexin
  1. G-E-L

    0下载:
  2. 构建图像的高斯金字塔和拉普拉斯金字塔,用于后期的图像复原-To establish an image of the Gaussian pyramid, Laplacian pyramid is used to post the image restoration
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5160184
    • 提供者:honey
  1. lap_fusion

    0下载:
  2. 利用拉普拉斯金字塔算法,对中波和长波红外图像进行像素级融合。-Laplacian pyramid image fusion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:8440
    • 提供者:ray
  1. CODES2

    0下载:
  2. image compression using guassian pyramid method
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4922
    • 提供者:Raghubk4589
  1. filtersTest-3.1-2007_10

    0下载:
  2. 图像处理经典滤波算法实现,包括中值滤波、卷积、Sobel、Canny、Pyramid、Hough变换、轮廓提取、直方图均衡化、小波变换等等可以试验算法效果,用着不错,分享下。-Image processing classical filtering algorithms, including the median filtering, convolution, Sobel, Canny, Pyramid, Hough transform, contour extraction, histogra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10849456
    • 提供者:wangwei
  1. reduce

    0下载:
  2. The Laplacian Pyramid as a Compact Image Code的reduce函数的matlab仿真-reduce function in the Laplacian Pyramid as a Compact Image Code is simulated in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:722
    • 提供者:啊飞
  1. GGAUSSIANPYRAa

    0下载:
  2. 高斯金字塔算法程序,在OpenCV开发环境下能实现多分辨辨率多多尺度的高斯金字塔的图像处理。,已通过测试。 -Gaussian pyramid algorithm program in OpenCV development environment multiresolution a lot of scale of the resolution Gaussian pyramid of image processing. , Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1725527
    • 提供者:口音
  1. image_pyramid

    1下载:
  2. 采用拉普拉斯金字塔的图像融合程序,完成图像融合功能,需采用高于matlab2009的matlab-the image fusion source code using lap pyramid, you have to use the matlab version later than 2009.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:54033
    • 提供者:gezhiwei
  1. Gaussian-pyramids

    0下载:
  2. 图像高斯金字塔子图提取源代码,可以提取不同尺度的高斯金字塔子图用于进一步分析处理-Image Gaussian pyramid subgraph extract the source code can be extracted at different scales Gaussian pyramid subgraph for further analysis and processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:852
    • 提供者:Analulu
  1. opengl_qt_draw3D

    0下载:
  2. 四棱锥由5个面构成一个封闭的立体图,其中4个共顶点的侧面是三角形,底面是个四边形。如果我们要绘制一个3D的四棱锥只需要绘制这5个面即可,绘制的方法和前一篇文章OpenGL_Qt学习笔记之_03(平面图形的着色和旋转)的相同。只不过这里的顶点坐标是3维的,所以图像深度那一维不一定为0。因此我们可以事先计算好四棱锥各个顶点的坐标,这对学过立体几何的人来说应该是小case了。然后绘制每个面就可以。 注意,在opengl中绘制每个面时,所有面给出的顶点的顺序都要按照逆时针或者顺时针(我这里采用的
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-08
    • 文件大小:309471
    • 提供者:wuwei
  1. Simulation-visual-mechanism

    0下载:
  2. 提出一个小波域多尺度马尔柯夫随机场模型用于模拟视觉系统在图像分割中的若干功能。针对人类视觉系统具有特征检测器、等级层次性、双向连续性、学习机制等功能,对输入场景,该模型用小波变换提供该场景图像的稀疏表示,模拟特征检测器功能 用金字塔结构模拟等级层次性 用两类信息流模拟双向连接性,分别刻画自底向上的输入图像特征提取过程以及自顶向下的反馈过程 用迭代过程模拟学习机制 采用多尺度马尔柯夫随机场模型实现图像分割。-Put forward a wavelet domain multi-scale mark
  3. 所属分类:Document

    • 发布日期:2017-11-25
    • 文件大小:690791
    • 提供者:张钰倩
  1. CodesaImages

    0下载:
  2. 用于指纹检测等,利用图像的梯度方向,获得局部主导方向。Principal Component Analysis (PCA),包含有高斯金字塔分层,SVD奇异值分解,内含测试图像-Used for fingerprint detection, etc. Using the gradient direction of image to get local leading direction. Principal Component Analysis (PCA), contains a gaussi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:243399
    • 提供者:liuguorong
  1. Gxlmy_660078a

    0下载:
  2. 高斯金字塔,将图像分解成层状高高斯金字塔,小波分析类可直接使用。 -Gaussian pyramid image decomposition into a layered high Gaussian pyramid wavelet analysis class can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-21
    • 文件大小:399304
    • 提供者:comp
  1. CV

    0下载:
  2. 图像处理 o 梯度 边缘和角点 o 采样 差值和几何变换 o 形态学操作 o 滤波和彩色变换 o 金字塔及其应用 o 连接组件 o 图像和轮廓矩 o 特殊图像变换 o 直方图 o 匹配 结构分析 o 轮廓处理 o 计算几何 o 平面划分 运动分析和对象跟踪 o 背景统计量的累积 o 运动模板 o 对象跟踪 o 光流 o 预估器 模式识别 o 目标检测 照相机定标和三维重建 o 照相机定标 o 姿态估计 o 极线几何 函数列表 参考图像处理注意:本章描述图像处理和分析的一些函数-O gradien
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:9969049
    • 提供者:diaoguangqiang
  1. avito

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:4004713
    • 提供者:张余
  1. av

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-12-05
    • 文件大小:4004608
    • 提供者:张余
  1. mbpp

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complete descr iption of key points.
  3. 所属分类:CSharp

    • 发布日期:2017-11-17
    • 文件大小:49617
    • 提供者:张余
  1. Guassion

    0下载:
  2. 对图像进行高斯金字塔设计,以及根据多尺度划分问题。-To do image gaussian pyramid design, and according to the multi-scale partition problem.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:1151
    • 提供者:林王
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 »
搜珍网 www.dssz.com