搜索资源列表
FGD运动物体检测
FGD方法实现的运动物体检测。效果非常好,比GMM要好很多,尤其对于处理光线和晃动树叶问题
运动物体检测
- 运动物体检测
运动检测系统(修改后)
- vc编的运动检测系统,特征区域匹配,运动物体提取,运动轨迹跟踪等-vc series of the motion detection system, features regional match, moving objects extraction, trajectory tracking
物体碰撞检测
- 在三维场景中进行物体之间的碰撞检测,模拟了一个物体从空中自由落体,碰到下面的一个物体被摔成碎片的过程-in 3D scenes between objects for the collision detection, simulation of a free-fall from the sky objects, get the following guests were an object of debris
LVMotionDetect
- ccs2.2 源码 图像处理 运动物体检测-ccs2.2 source image processing detect moving objects
yundongwutijiance
- 运动物体检测的程序,还不是很成熟,供大家参考,呵呵,交流-moving object detection procedures, it is not very mature, for your reference, what exchange
HoleNum
- 图象处理之空穴检测,用于对二值化的图像做最后处理,一般用于物体检测,噪声处理-image processing for detection of the hole for the two values of the final image, typically used for detection of objects, noise
cvcsdemo
- 本程序运用camshift算法进行运动物体检测-the procedures used camshift algorithms detect moving objects
ObjectDetection
- 中科院博士写的程序。基于OpenCV的背景建模,运动物体检测。C程序-Chinese Academy of Sciences, Dr. write procedures. OpenCV-based background modeling, moving object detection. C procedures
chap4
- 一个运动物体检测系统,该系统实现全部基于MFC编程技术。系统实现过程中,运用了很多关于图像处理的知识。-A moving object detection system, which the realization of all MFC-based programming technology. System process, the use of a lot about image processing knowledge.
code
- 视频运动物体检测,采用混合高斯分布建立背景模型及差分方法对背景模型进行更新-Sports video object detection, adopt a mixed Gaussian distribution model and set up the background difference method to update the background model
motiondetect
- OpenCV example, 背景建模,运动物体检测-OpenCV example, the background modeling, moving object detection
MVOODS_resource
- 今年带的毕业设计,基于opencv的运动物体检测,做的还不错-Graduates this year with the design, based on the moving object detection opencv, do good
tracking
- 运动物体检测-image tracking
SecurityCam
- 这个源代码是一套比较专业的基于运动物体检测技术的摄像监控安保系统。系统不是很大,但运用的技术很强,比如摄像采集部分使用了微软自带的AviCap32.dll 动态链接库进行摄像数据采集,保存的图像资料使用完全源代码的JPEG、Bitmap类进行图像的快速存储以及剪裁拼接,甚至文字插入等GDI编程。 以上只是这个源代码的技术说明,功能上系统支持对摄像头的一些参数设置,如感光度调节、自动对焦时延、帧速率以及监测到水平运动物体之前马上激活
readvedio(2)
- 基于背景差法的运动物体检测程序,可从视频,或者设想头读取数据,编译环境VC加加2008-Background subtraction method based on moving object detection procedures, from the video, or read the first idea, build environment VC Gaga 2008
GS
- 运用GS混合模型建模,能够对视频里面运动物体检测(Able to detect moving objects in video)
darknet-master
- 是一种神经网络框架,在其基础上可以实现物体检测,图像分类,模式识别功能。(Darknet is a neural network fr a mework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation. You can find the source on GitHub or you can read mor
摄像头OV7670 探索者+物体检测
- 摄像头OV7670+ 探索者stm32f407+物体检测,对图像二值化后,进行一些简单的图像处理,找出物体的边沿。(Camera OV7670 + Explorer stm32f407 + object detection, after image binarization, some simple image processing is carried out to find the edge of the object.)
深度学习之PyTorch物体检测实战
- 学习pytorch的入门书籍,非常详细。 本书是国内原创图书市场上首部系统介绍物体检测技术的图书。书 中利用PyTorch深度学习框架,从代码层面讲解了Faster RCNN、SSD及 YOLO这三大经典框架的相关知识,并进一步介绍了物体检测的细节与 难点问题,让读者可以全面、深入、透彻地理解物体检测的种种细节, 并能真正提升实战能力,从而将这些技术灵活地应用到实际开发中,享 受深度学习带来的快乐。