CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenCV 搜索资源 - function point

搜索资源列表

  1. SnakeProfile

    0下载:
  2. opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:1243
    • 提供者:
  1. kalman_tracking

    0下载:
  2. 利用opecv的卡曼濾波器函數實現一個對二維點的追蹤,移動中的點以滑鼠在視窗的位置來取代。-Use opecv Kalman filter function is the realization of a 2D point tracking, instead of moving the point to the location of the mouse in Windows.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:8148642
    • 提供者:minghong
  1. opencvcj

    0下载:
  2. 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Use opencv library function to open the camera, click the Save button to save the picture image, click the button you can test out the distance point-point width he
  3. 所属分类:OpenCV

    • 发布日期:2014-12-09
    • 文件大小:3323904
    • 提供者:huo xing
  1. p3

    0下载:
  2. 基于VC中的C语言的图像提取角点函数,使用的是openCV的库-VC in the C language-based image extraction angle point function, using openCV
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:874
    • 提供者:wei
  1. HumanTracking

    0下载:
  2. 基于opencv的视频中人体跟踪代码,用Kalman预测 ,用Snake 在预测点的周围进行Snake能量函数及小化-Body of opencv-based video tracking code, using the Kalman prediction Snake Snake energy function and small around the prediction point
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:15529800
    • 提供者:杨亚萍
  1. qt_open_surf

    3下载:
  2. 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
  3. 所属分类:OpenCV

    • 发布日期:2013-01-03
    • 文件大小:2758061
    • 提供者:wuwei
  1. corner

    0下载:
  2. 角点监测,主要利用GoodFeatureToTrack函数,在图像中寻找具有大特征值的角点。效果良好。-Corner monitoring, using mainly GoodFeatureToTrack function, in the image to find a corner point having the largest eigenvalue. To good effect.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:1687733
    • 提供者:zhouyang
  1. StereoImageMeasuringApparatus

    0下载:
  2. 基于OpenCV和MFC的VC程序,实现影像对的显示和漫游;显示缩略图,进行手动粗定位;载入已量测点、手动亚像素级刺点等功能。附有程序的程序编写说明文档。有助于OpenCV和MFC混合编程的学习。 -OpenCV and MFC VC program, to achieve the image on the display and roaming show thumbnails, manual coarse positioning the load measurement point m
  3. 所属分类:OpenCV

    • 发布日期:2017-11-23
    • 文件大小:781763
    • 提供者:
  1. jietu1

    0下载:
  2. 基于opencv实现的截图功能,可以读取截图时的起点坐标和终点坐标并显示,效果还不错。-Based on opencv realized screenshot function, the starting point and end point coordinates can be read and displayed when shot, the results were good.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:20939
    • 提供者:星云
  1. Harriscorner1

    0下载:
  2. 在opencv上编写的Harris角点检测,不是直接调用里面的函数,把是角点的位置标记了出来-Harris corner detection in opencvprepared, not direct calls to the function, the position angle of the point is marked out
  3. 所属分类:OpenCV

    • 发布日期:2017-05-02
    • 文件大小:777177
    • 提供者:windbells
  1. 1

    0下载:
  2. 基于MFC对话框的图片打开和获取指定点像素值,调用opencv函数-Open access to the specified point and the pixel values ​ ​ of the image-based MFC dialog, call the opencv function
  3. 所属分类:OpenCV

    • 发布日期:2017-05-08
    • 文件大小:1988902
    • 提供者:范照曦
  1. opencvcj

    1下载:
  2. 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Using the opencv library function to open the camera, click the save picture button to save the picture, click the distance button can test the point height and poi
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:22630400
    • 提供者:谢光
  1. SURFandRANSAC

    0下载:
  2. 本程序的功能是基于opencv库,用SURF提取特征,并保存描述子,再用随机抽样一致性算法剔除错误的匹配点,保存匹配好的点坐标,效果可以,你也可以换成SIFT或ORB来看效果。-This procedure is the function of feature extraction using SURF, and save the descr iptor matching points and random consistency algorithm to eliminate errors, s
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:2310
    • 提供者:lgz。
  1. harris

    0下载:
  2. 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
  3. 所属分类:OpenCV

    • 发布日期:2017-04-30
    • 文件大小:11485
    • 提供者:ZHENGJINGRANG
  1. PEIZHUN

    0下载:
  2. 使用FLANN进行特征点匹配,完成图像配准功能-FLANN performed using feature point matching, image registration function is completed
  3. 所属分类:OpenCV

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