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

搜索资源列表

  1. 2D_EMD_Codes

    1下载:
  2. 二维经验模态分解,采用形态学求极值点,径向基神经网络拟合,速度较快。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:6.37kb
    • 提供者:叶子青
  1. OPENCV_SIFT_VC6

    2下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:272.56kb
    • 提供者:马丁
  1. StereoApplet

    0下载:
  2. 用harris函数建立尺度空间,求取尺度空间的极值点
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:31.1kb
    • 提供者:李小
  1. 20080213_5e113f3e9a20539660d45C2AGY6dSUCd

    0下载:
  2. SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。该程序为sift的演示程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.4mb
    • 提供者:王云云
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12.34kb
    • 提供者:tjy
  1. SIFT-xiaojie

    0下载:
  2. SIFT算法小结 word版 4 SIFT算法步骤: 1) 检测尺度空间极值点 2) 精确定位极值点 3) 为每个关键点指定方向参数 4) 关键点描述子的生成-SIFT brief summary
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:195.13kb
    • 提供者:3rdo
  1. SIFT

    0下载:
  2. 该代码可以实现尺度不变特征转换(Scale-invariant feature transform 或 SIFT)变换,程序文档中包含了样例图片以及相关代码,能够得到较好效果的特征变量。SIFT是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量。-Scale-invariant feature transform (or SIFT) is an algorithm in computer vision to detect and de
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.35mb
    • 提供者:tina
  1. MARK_ImagePyramids

    0下载:
  2. SIFT图像特征提取的图像预处理步骤:构建图像构建高斯金字塔,相邻层相减得到DOG金字塔,在DOG金字塔3x3x3的邻域内寻找局部极值点,供进一步计算SIFT特征描述子使用。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-SIFT image feature extraction image preprocessing steps: build image Gaussian pyramid, subtracting the adjacent
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.73mb
    • 提供者:
  1. SIFT_YantaoNoemie

    0下载:
  2. sift算法 图像处理 尺度无关特征转换 matlabSIFT算法的主要思想是在尺度空间寻找极值点,然后对极值点进行过滤,找出稳定的特征点。最后在每个稳定的特征点周围提取图像的局部特性,形成局部描述子并将其用在以后的匹配中.-Scale Invariant Feature Transform (SIFT) is an approach for detecting and extracting local feature descr iptors that are reasonably i
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.29mb
    • 提供者:杨双鹏
  1. sift

    0下载:
  2. 1 SIFT 发展历程 SIFT算法由D.G.Lowe 1999年提出,2004年完善总结。后来Y.Ke将其描述子部分用PCA代替直方图的方式,对其进行改进。 2 SIFT 主要思想 SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量。 3 SIFT算法的主要特点: a) SIFT特征是图像的局部特征,其对旋转、尺度缩放、亮度变化保持不变性,对视角变化、仿射变换、噪声也保持一定程度的稳定性。 b) 独特性(Distinctive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.7mb
    • 提供者:李青彦
  1. display-keypoints-in-SIFT

    0下载:
  2. 这是SIFT算法的一部分 作用是可以显示图像的极值点并用红色“x”标出,用到opencv gsl库 可以成功运行-SIFT algorithm is part of the role is to show the extreme point of the image and are marked with a red " x" can run successfully used opencv gsl library
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:721.47kb
    • 提供者:张恒
  1. Image

    0下载:
  2. 一个MFC程序 显示的是SIFT图像拼接效果图 以及极值点个数、RANSAC迭代次数等-An MFC program is displayed the SIFT image mosaic effect diagram, and the number of extreme points, RANSAC number of iterations, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2.46mb
    • 提供者:张恒
  1. findextm

    0下载:
  2. 用于提取二维图形的局部极值点,为下面的二维EMD分解做基础,效果不错-Used to extract local extreme point of the two-dimensional graphics, and for the following two-dimensional EMD decomposition as a foundation, good results
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:757byte
    • 提供者:daiguiping
  1. SIFT

    0下载:
  2. 图像处理方面SIFT算法有关,SIFT算法是一种提取局部特征的算法,在尺度空间寻找极值点,提取位置,尺度,旋转不变量 SIFT特征是图像的局部特征-Image processing related to the SIFT algorithm SIFT algorithm is an algorithm to extract local features to find the extreme points in the scale space, extract the location, sca
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:602.22kb
    • 提供者:meesa
  1. zsy

    0下载:
  2. 中值滤波窗口大小影响滤波器性能,3×3滤波窗口可以很好地保持图像细节。提出一种新的自适应中值滤波方法。将3×3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7×7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3×3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。-Median filter window size affect the filter performance, 33 filter window can be well preserving im
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:754.21kb
    • 提供者:lmq
  1. yantuo

    0下载:
  2. 图像延拓 求极大值极小值图像 并找到极值点所在的位置-Image continuation for maximum minimum image and find extreme value point s location
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:2.19kb
    • 提供者:李磊
  1. SIFT_imm

    0下载:
  2. 尺度不变特征转换是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量-SIFT is a computer vision algorithms to detect and describe the characteristics of the image in the locality, it is looking at the spatial scale of the extreme points, and extract its p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:250.23kb
    • 提供者:ljg
  1. zhifangtu

    0下载:
  2. 通过高斯模拟和特征模拟得到源图像的直方图模拟曲线,求得曲线的极值点作为分割阈值,利用阈值分割原图-Source image obtained by Gaussian modeling and simulation features analog histogram curve, calculated as the extreme points of the curve segmentation threshold Threshold segmentation artwork
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.36mb
    • 提供者:小丸子
  1. finspancurve

    0下载:
  2. 可以将图形图像,转换成灰度图像,根据灰度图像识别出图像内的高曲率点,以及图形的极值点,得出极值点曲率以及曲率半径-a graphic image can be converted into a grayscale image, a grayscale image according to the high curvature points identified within the image, and the extreme point pattern, derived extrema of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2.77mb
    • 提供者:周肖阳
  1. finspancurve

    0下载:
  2. 可以将图形图像,转换成灰度图像,根据灰度图像识别出图像内的高曲率点,以及图形的极值点,得出极值点曲率以及曲率半径-a graphic image can be converted into a grayscale image, a grayscale image according to the high curvature points identified within the image, and the extreme point pattern, derived extrema of
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2.77mb
    • 提供者:周肖阳
« 12 »
搜珍网 www.dssz.com