-
学生跟踪源
如果你想要分享一些源︰ Skype ID: TreeScar
- 2023-06-15 06:01:14下载
- 积分:1
-
picture_cut
说明: 对提供的图像进行裁剪,并对裁剪后的图片分类,主要是裁剪边框,提取某个区域的图片(Cut out the details of the pictures and classify the cut pictures.)
- 2019-10-08 14:43:18下载
- 积分:1
-
车道线检测源码 OPENCV
车道线检测的方法,一种快速的方法,用于车道线的检测-Lane detection method, a fast method,开发环境OPENCV c#
- 2022-03-02 04:27:48下载
- 积分:1
-
find-the-center-point
用OPENCV编写的,通过扫描四个点找圆到心(Scanning the four points to find the center point)
- 2016-08-05 17:20:15下载
- 积分:1
-
Opencv实现三车道上车辆计数
视频中的运动目标计数问题越来越重要,改代码在vc++6.0软件环境下,搭建了MFC平台,利用Opencv软件实现对一段三车道上的视频进行车辆计数的代码。
- 2022-02-02 21:47:55下载
- 积分:1
-
FixedCamShift
改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。(FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target tracking process has been modified after the code.)
- 2013-05-12 09:25:06下载
- 积分:1
-
opencv显示图像
opencv显示图像,记得配置库文件和包含文件,我用的是opencv2.4.9,包括目录为:opencv_ml249d.lib
opencv_calib3d249d.lib
opencv_contrib249d.lib
opencv_core249d.lib
opencv_features2d249d.lib
opencv_flann249d.lib
opencv_gpu249d.lib
opencv_highgui249d.lib
opencv_imgproc249d.lib
opencv_legacy249d.lib
opencv_objdetect249d.lib
opencv_ts249d.lib
opencv_video249d.lib
opencv_nonfree249d.lib
opencv_ocl249d.lib
opencv_photo249d.lib
opencv_stitching249d.lib
opencv_superres249d.lib
opencv_videostab249d.lib
- 2022-11-13 18:35:04下载
- 积分:1
-
ParticleFilter
颜色直方图粒子滤波器,并给出了英文参考文献;
运行方式:在前景窗口,按p键停止,在目标区域点击鼠标,让程序自动识别出目标轮廓,再次按p键,即可跟踪(The color histogram particle filter, given English references operation modes: in the foreground window, press p stop clicking the mouse in the target area, allowing the program to automatically identify the target contour, press p again, you can track)
- 2021-03-22 16:59:16下载
- 积分:1
-
23.人脸识别
说明: opencv人脸识别例程,平时自学时编写,可当作笔记使用,忘记时拿出来翻翻(Opencv face recognition routine, usually written in self-study, can be used as notes, and can be taken out and turned over when forgetting)
- 2020-04-24 21:25:30下载
- 积分:1
-
光流法进行运动目标检测
光流是一种简单实用的图像运动的表达方式,通常定义为一个图像序列中的图像亮度模式的表观运动,即空间物体表面上的点的运动速度在视觉传感器的成像平面上的表达。这种定义认为光流只表示一种几何变化。1998年Negahdaripour将光流重新定义为动态图像的几何变化和辐射度变化的全面表示。光流的研究是利用图像序列中的像素强度数据的时域变化和相关性来确定各自像素位置的"运动",即研究图像灰度在时间上的变化与景象中物体结构及其运动的关系。一般情况下,光流由相机运动、场景中目标运动或两者的共同运动产生的相对运动引起的。光流计算方法大致可分为三类:基于匹配的方法、频域的方法和梯度的方法。
(1) 基于匹配的光流计算方法包括基于特征和基于区域两种。基于特征的方法不断地对目标主要特征进行定位和跟踪,对大目标的运动和亮度变化具有鲁棒性。存在的问题是光流通常很稀疏,而且
- 2022-07-16 11:48:34下载
- 积分:1