CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 关键点检测

搜索资源列表

  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 recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小: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 important object of the image can be
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:243.52kb
    • 提供者:Li Daxiang
  1. find_obj

    0下载:
  2. surf算法特征提取,关键点检测匹配 -surf surf you know it is surfsurf surf you know it is surf
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2.93kb
    • 提供者:温佳
  1. keypointExtraction

    0下载:
  2. 关键点检测算法,包括SUSAN HARRIS等-The key point detection algorithm, including SUSAN HARRIS
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:342.34kb
    • 提供者:guomeng
  1. harris_detection

    0下载:
  2. 基于Harris算法进行关键点检测,提取角点特征点,实现特征检测-Key point detection, extracting corner feature point, feature detection based on Harris algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1.08kb
    • 提供者: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 is much larger than sift algor
  3. 所属分类:OpenCV

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

    0下载:
  2. 关键点检测 分别用harris fast等算法进行实现-coner detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小: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 frames, harris set the number of key-point detection, video segme
  3. 所属分类:OpenCV

    • 发布日期:2017-05-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

    • 发布日期:2017-05-13
    • 文件大小:2.86mb
    • 提供者:shaodeyang
  1. hist_corner

    0下载:
  2. 基于直方图的关键点检测,包括测试数据图像,可用于图像应用处理-the histogram-based interest point detectors
  3. 所属分类:AI-NN-PR

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

    2下载:
  2. 使用caffe 进行人脸关键点检测,共68个关键点,使用的语言是python。-Caffe use for face detection key points, a total of 68 key points, the language used is python.
  3. 所属分类:AI-NN-PR

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

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

    • 发布日期:2017-12-22
    • 文件大小: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 avi, using face key points detec
  3. 所属分类:OpenCV

    • 发布日期:2017-12-30
    • 文件大小:3kb
    • 提供者:zvrbk!6085
  1. pre

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

    • 发布日期:2018-01-01
    • 文件大小: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 using a computer to extract imag
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:22kb
    • 提供者:独剑客
  1. siftpoint

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

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

    2下载:
  2. 基于tensorflow的mtcnn人脸关键点检测(tensorflow mtcnn face_landmarks)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-16
    • 文件大小:36.71mb
    • 提供者:CMKun
  1. face-landmark

    1下载:
  2. 人脸68点标注,用于人类面部关键点检测,结合dlib(face landmark master)
  3. 所属分类:图形图像处理

    • 发布日期:2020-09-23
    • 文件大小:5.72mb
    • 提供者:暖阳轻歌
  1. 点云Harris3D检测

    0下载:
  2. 基于PCL的C++源码,用于检测点云Harris3D关键点,参数均在命令行由实验者给出,输出Harris3D点云和检测点在原始点云的索引向量。
  3. 所属分类:3D图形编程

  1. 美狐美颜sdk开源版源码v1.0

    0下载:
  2. 一、美狐美颜sdk介绍 美狐美颜sdk,基于人脸识别和图像渲染技术,为直播、短视频、自拍机等多种音视频业务场景提供美化方案,包含实时美颜、人脸美型、智能美妆、动态贴纸等功能。多平台适配,接入迅速、集成方便,支持功能拆分组合,支持离线。 二、美狐美颜滤镜功能介绍 1、实时美颜 自由调节美颜效果,支持多级调节,包含美白、磨皮、红润等 2、极致美型 利用人脸关键点检测技术,可对五官实时美化调整,包含大眼、瘦脸、瘦鼻等 3、动态贴纸 基于人脸识别和动态渲染技术,实现各类2D动态贴纸特效
  3. 所属分类:图形图象

    • 发布日期:2021-08-07
    • 文件大小:41.9mb
    • 提供者:meihumeiyan
« 12 3 »
搜珍网 www.dssz.com