搜索资源列表

  1. Harris尺度不变性关键点检测子的研究

    0下载:
  2. :在特定的参数设置下Harris尺度不变性检测子不能提供足够数目的稳定关键点,以往研究据此断定 Harris尺度不变性检测子不稳定,不是有效的特征检测子.在构造Harris角点值的尺度空间过程中,存在一系列参 数影响着Harris角点值在尺度空间中极值点的数目,从而决定了Harris尺度不变性检测子所能获取的稳定关键 点的数目.对这个参数空间进行了系统研究,发现积分尺度与微分尺度的比值对Harris尺度不变性检测子能否检 测到足
  3. 所属分类:文件格式

    • 发布日期:2010-10-28
    • 文件大小:354.55kb
    • 提供者:zhengfm
  1. SIFT_EDGE_test

    2下载:
  2. 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准-This procedure will be combined with SIFT and the edge used to do image registration using SIFT key-point detection using Canny edge detection o
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:1kb
    • 提供者:李云
  1. image

    0下载:
  2. 车牌图像定位程序 本程序关键点为:用模版匹配法寻找车牌位置,截取出车牌图像。 图像处理内容包括:直方图统计,图像灰度化,图像均衡化,图像二值化,Sobel算子边缘检测,模板匹配。-License plate image locator key point of this procedure as follows: using the template matching method to find license plat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:2.11mb
    • 提供者:韦略
  1. SIFT

    0下载:
  2. sift的详细介绍,主要步骤是:1.关键点检测2.关键点描述 3.关键点匹配 4.消除错配点。物体识别的必备资料 -sift the details, the main steps are: 1. The key point detection (2) describe key 3 key match 4 to eliminate the mismatch point. Essential information on object
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:2.92mb
    • 提供者:英豪
  1. KB-Detector-src

    0下载:
  2. 功能说明:输入一幅图像,能对此图像检测关键点,这些点通常对应图像中的重要对象,可用于对象识别,也可用来作为特征进行图像分类。运行其中的例程Ldx_GoSalScale.m,就可以知道此程序的用法(调试环境matlab7.0)。-Function: input image, this image can detect critical points, these points usually correspond to an import
  3. 所属分类:matlab例程

    • 发布日期:2024-11-16
    • 文件大小:244kb
    • 提供者:Li Daxiang
  1. find_obj

    0下载:
  2. surf算法特征提取,关键点检测匹配 -surf surf you know it is surfsurf surf you know it is surf
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:3kb
    • 提供者:温佳
  1. keypointExtraction

    0下载:
  2. 关键点检测算法,包括SUSAN HARRIS等-The key point detection algorithm, including SUSAN HARRIS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:342kb
    • 提供者:guomeng
  1. harris_detection

    0下载:
  2. 基于Harris算法进行关键点检测,提取角点特征点,实现特征检测-Key point detection, extracting corner feature point, feature detection based on Harris algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:1kb
    • 提供者:wangjian
  1. OpenSURF-H

    0下载:
  2. 关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:6.06mb
    • 提供者:zhangbin
  1. imprved_harris

    0下载:
  2. 关键点检测 分别用harris fast等算法进行实现-coner detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-16
    • 文件大小:4.43mb
    • 提供者:huoxing1
  1. GetFeatureFromVideo

    0下载:
  2. 基于OPENCV2.4.7实现了视频的LMP特征提取,代码包含了视频帧采样设置,harris关键点检测数量设置,视频段划分等基本参数的设置。采样得到的结果保存到txt文件中。-OPENCV2.4.7 realized based feature set LMP video extraction, sample code contains a set of video fr a mes, harris set the number of
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:3.76mb
    • 提供者:韩文辉
  1. orb-recognition

    0下载:
  2. ORB算法是在FAST关键点检测+BRIEF特征上做的,是比较流行的一种匹配,克服了BRIEF的一些缺点!-ORB algorithm is the key point in the FAST feature detection+BRIEF do, it is more popular as a match, to overcome some of the shortcomings BRIEF!
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:2.86mb
    • 提供者:shaodeyang
  1. hist_corner

    0下载:
  2. 基于直方图的关键点检测,包括测试数据图像,可用于图像应用处理-the histogram-based interest point detectors
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-16
    • 文件大小:3.35mb
    • 提供者:william Li
  1. face-landmark-localization-master

    0下载:
  2. 使用caffe 进行人脸关键点检测,共68个关键点,使用的语言是python。-Caffe use for face detection key points, a total of 68 key points, the language used is python.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-16
    • 文件大小:3.61mb
    • 提供者:yuedu
  1. 新建文件夹

    0下载:
  2. 人脸关键点检测(5个点),python,网络结构在压缩包里(A training network model for face key points detection in folders)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-11-16
    • 文件大小:104kb
    • 提供者:maxwell1994
  1. FaceMorph

    0下载:
  2. 使用C++实现将一个人的脸变成另一个人的脸,要求输入1.jpg,2.jpg输出一系列合成图像并生成一个avi,使用人脸关键点检测库dlib和opencv(Use C++ to morph a person's face into another person's face, requiring input 1.jpg, 2.jpg output a series of synthetic images and generate a av
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:3kb
    • 提供者:zvrbk!6085
  1. pre

    0下载:
  2. 将图片裁剪,缩放,并更改对应的关键点位置(crop, resize, and change the corresponding key point position)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-16
    • 文件大小:93kb
    • 提供者:karie
  1. 特征检测

    0下载:
  2. 图像特征提取是计算机视觉和图像处理中的一个概念。它指的是使用计算机提取图像信息,决定每个图像的点是否属于一个图像特征。包括:Harris角点、ShiTomasi角点、亚像素级角点、SURF角点、Star关键点、FAST关键点、Lepetit关键点等等(Image feature extraction is a concept in computer vision and image processing. It refers to us
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:22kb
    • 提供者:独剑客
  1. siftpoint

    0下载:
  2. 对于单张图片使用opencv2.4.9版本实现了sift关键点检测(C++)(Sift key point detection is implemented for single picture)
  3. 所属分类:OpenCV

    • 发布日期:2024-11-16
    • 文件大小:7.94mb
    • 提供者:图像小菜鸟
  1. MTCNN-Tensorflow-master

    1下载:
  2. 基于tensorflow的mtcnn人脸关键点检测(tensorflow mtcnn face_landmarks)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-11-16
    • 文件大小:36.71mb
    • 提供者:CMKun
« 12 3 »

源码中国 www.ymcn.org