CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 图像特征点

搜索资源列表

  1. Visual+C++pdf+code

    0下载:
  2. 图像处理的一些简单源代码,包括平移旋转傅里叶变换等等,另包括特征点配准
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:9648513
    • 提供者:郭建山
  1. 直方图分析软件

    0下载:
  2. 其实颜色直方图简单来说,就是统计图像中具有某一特定颜色的象素点数目而形成的各颜色的直方图表示,不同的直方图代表不同图片的特征-color histogram simple fact, it is statistical image with a specific color of the pixel number of points which are in the color histogram, different pictures representing different histog
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:66933
    • 提供者:例文
  1. SURF-V1.0.9-WinDLLVC8

    0下载:
  2. surf代码,能够实现图像上surf特征点的检测和定位等-surf code, to surf on the feature points of image detection and positioning
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-10
    • 文件大小:1230509
    • 提供者:huangxiaohua
  1. RTV

    0下载:
  2. bmp图像的分割,特征点的提取,LED曲线拟合,手动编辑功能,矢量化功能-bmp image segmentation, feature point extraction, LED curve fitting, manually editing functions, vector functions
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-09
    • 文件大小:11825170
    • 提供者:曹爽
  1. Image

    0下载:
  2. 。文章通过对位图边界轮廓进行合理分解,找出主要轮廓特征,得到轮廓关键特征点;并且用原始轮廓点 对特征点进行插值,不但能够很好地保留图像的原始信息特征,失真小,还能适应多种形式的圈像矢量化算法。-. Article through the boundary contour bitmap reasonable decomposition, to identify the main outline of the characteristics to be the outline of the ke
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:157424
    • 提供者:l
  1. jiaodianjiance

    0下载:
  2. 特征检测中的角点检测算法,用MFC程序实现了图像特征检测中的主要特征角点的检测。-jiaodian detecting codes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:74115
    • 提供者:木易
  1. FastCornerTest

    0下载:
  2. 实现一幅图像的特征点快速提取,并以彩色点标示。可以选择是否使用非极大值抑制。-fastcorner feature extraction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1809495
    • 提供者:魏本昌
  1. jishupeizhunsuanfa

    1下载:
  2. 基于特征点的记时配准算法,图像配准技术 源码MFC-Feature points in mind when based registration algorithm, MFC source image registration techniques
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-05-11
    • 文件大小:5502716
    • 提供者:刘易
  1. asmlibrary-5.0

    0下载:
  2. ASM(Active Shape Model,主动形状模型),是一种基于统计模型的图像搜索方法。它的优点是能根据训练数据对参数的调整加以限制,从而将形状的改变限制在一个合理的范围。ASM方法首先针对特定目标建立形状模型并采用一系列特征点来描述,称为点分布模型(PDM);然后对形状模型中的每个特征点建立特征点附近的灰度模型;ASM方法利用灰度模型在目标图像中搜索特征点的最佳位置,同时根据搜索结果调整形状模型的参数,最终使模型匹配到目标的轮廓上。-ASM (Active Shape Model, a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-07
    • 文件大小:8793367
    • 提供者:茄子
  1. SIFTtutorial

    0下载:
  2. 对图像提取相应的特征点,并对特征点进行精简与描述,找到128维的描述子,并与另一幅图像的描述子进行比较,得到图像的匹配-Extract the corresponding feature point of the image, and the feature point streamline with the descr iption, to find 128-dimensional descr iptor, and compares with a descr iption of the ima
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:28638991
    • 提供者:振振
  1. FASTaORB

    0下载:
  2. FASTOPENCV代码 & ORB 代码 描述子 用于图像局部不变特征提取,二值化描述子,快速特征点检测-FAST DETECTOR & ORB DEscr iptOR
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:16023
    • 提供者:罗勇
  1. sift-algorithm-VC

    0下载:
  2. 一个图像识别算法.SIFT综述 尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。 其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。-A kind of algorithm for the image reco
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1087047
    • 提供者:钟小江
  1. SIFT--VC

    0下载:
  2. Sift 角点检测,适用于图像特征的匹配,在VC6.0中调试通过.-Sift corner detection, apply to the image feature matching, in VC6.0 debugging through.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8370078
    • 提供者:常迎帅
  1. BruteForceMatcher

    0下载:
  2. 图像匹配寻找相似点,寻找图像特征,然后进行匹配-Image matching to find the similarities, find image characteristics, and then match
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:郑超兵
  1. Face_ASM

    0下载:
  2. 人脸的特征点检测,功能是检测一张图像中的人脸部分,然后标记人脸的特征点-Detection, face feature points in the images of the function is to detect a human face, then mark face feature points
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:5684752
    • 提供者:郑超兵
  1. DIPDemo_vc6

    0下载:
  2. 点运算,几何变换,图像增强,频域滤波,彩色图处理,形态学变换,图像分割,特征提取,模式识别,-Point arithmetic, geometry transform, image enhancement, frequency domain filtering, colour image processing, morphological transformation, image segmentation, feature extraction, pattern recognition,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-27
    • 文件大小:9366011
    • 提供者:wanglizhen
  1. yointusing

    0下载:
  2. 一个比较实用用的图像特征点检测的方法,利用经典的harris corner方法-A practical use of image feature point detecting method, using the classical Harris corner method
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-13
    • 文件大小:35494
    • 提供者:juagient
搜珍网 www.dssz.com