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

搜索资源列表

  1. jin-zi-ta-arbitrage

    1下载:
  2. 用vba语言编写金字塔期货软件套利源代码-Pyramid futures software arbitrage source code written using vba language
  3. 所属分类:Finance-Stock software system

    • 发布日期:2014-11-15
    • 文件大小:1024
    • 提供者:xiyang
  1. pyramid-segmentation-to-colour-graph

    0下载:
  2. 在opencv和vc6.0环境下采用金字塔方法对彩色图像进行了分割,算法稳定可靠-In the opencv and vc6.0-environment pyramid method for color image segmentation, the algorithm is stable and reliable
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1110891
    • 提供者:wangqingcheng
  1. Texture-Segmen-ta-t-ion-withWavelet

    0下载:
  2. 为了提高纹理图象分割的边缘准确性和区域一致性以及降低分割错误率, 提出了一种基于小波变换的利 用特征加权来进行纹理分割的方法. 该方法包括特征提取、预分割和后分割 3 个阶段, 其中, 特征提取在金字塔结 构小波变换的基础上进行 预分割利用均值聚类算法来对原始图象进行初步的分割 后分割则根据预分割的结果 对特征进行加权, 然后利用最小距离分类器来实现图象的最后分割. 与传统的方法相比, 该方法在分割错误率、边 缘准确性以及区域一致性等方面均有明显的改善-To imp rove t
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:154453
    • 提供者:jjdjjf
  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. mac

    0下载:
  2. 利用OPENCV对图像进行金字塔变换处理-OPENCV on the image pyramid
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:790084
    • 提供者:韩梅梅
  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. Pyramid

    0下载:
  2. 输出金字塔图案的Win32控制台应用小程序,cpp代码。-Pattern of the pyramid, Win32 console application program, cpp code.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-06
    • 文件大小:22463
    • 提供者:邱焕能
  1. opengl-wenli

    0下载:
  2. opengl 利用贴图技术制作了一个金字塔 通过鼠标漫游场景-opengl use of mapping technology to produce a pyramid by the mouse roaming sceneopengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-26
    • 文件大小:9350595
    • 提供者:金鑫
  1. PPyramidtreety

    0下载:
  2. 金字塔树,具有添加,删除,查询节点功能,,是搜索算法中的一种,常用于GIS软件中。 -The pyramid tree to add, delete, query node function, a search algorithm, commonly used in GIS software.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:67361
    • 提供者:海的
  1. Pyramid

    0下载:
  2. 图像金字塔生成:可用于图像处理中生成图像金字塔,作为图像匹配的预处理过程-Image pyramid generation: image processing can be used to generate the image pyramid, as the pretreatment process of image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2086
    • 提供者:abing
  1. 456Opencv

    0下载:
  2. 采用OpenCV编写的图像金字塔分层程序,可实现对图像的抽样分层。-For OpenCV write the image pyramid hierarchical procedures, sampling layered over the images.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3841442
    • 提供者:jiutianfeixue
  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. zifujingzita

    0下载:
  2. 输出字符金字塔,是C语言编写的一个小程序。-The output characters pyramid is a small program written in C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:3563
    • 提供者:张航
  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. pyramid

    0下载:
  2. 采用金字塔方法进行图像分割。函数cvPyrSegmentation实现金字塔方法的图像分割。-The pyramid method for image segmentation. The pyramid method function cvPyrSegmentation image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:85554
    • 提供者:王云舒
  1. pyramid_segmentation

    0下载:
  2. opencv中对图片进行高斯金字塔分层,对图片进行分割分出多层,便于进一步处理-opencv picture Gaussian pyramid hierarchical separation of multi-layered images segmentation to facilitate further processing
  3. 所属分类:OpenCV

    • 发布日期:2017-11-22
    • 文件大小:1226
    • 提供者:z
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 33 »
搜珍网 www.dssz.com