搜索资源列表
SnakeProfile
- opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o
kalman_tracking
- 利用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.
opencvcj
- 利用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
p3
- 基于VC中的C语言的图像提取角点函数,使用的是openCV的库-VC in the C language-based image extraction angle point function, using openCV
HumanTracking
- 基于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
qt_open_surf
- 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
corner
- 角点监测,主要利用GoodFeatureToTrack函数,在图像中寻找具有大特征值的角点。效果良好。-Corner monitoring, using mainly GoodFeatureToTrack function, in the image to find a corner point having the largest eigenvalue. To good effect.
StereoImageMeasuringApparatus
- 基于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
jietu1
- 基于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.
Harriscorner1
- 在opencv上编写的Harris角点检测,不是直接调用里面的函数,把是角点的位置标记了出来-Harris corner detection in opencvprepared, not direct calls to the function, the position angle of the point is marked out
1
- 基于MFC对话框的图片打开和获取指定点像素值,调用opencv函数-Open access to the specified point and the pixel values of the image-based MFC dialog, call the opencv function
opencvcj
- 利用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
SURFandRANSAC
- 本程序的功能是基于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
harris
- 该算法是基于像素领域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。角点的精度与圆形模板大小无关,圆形模板越大,检测的角点数越多,则计算量也越大,本文圆形模板包含37个元素,该近似圆形模板-The algorithm is based on pixel art consists of several elements approximation circular template for each p
PEIZHUN
- 使用FLANN进行特征点匹配,完成图像配准功能-FLANN performed using feature point matching, image registration function is completed