# Moving-Object-Detection-MOD **Repository Path**: SanHaoTongXue/moving-object-detection-mod ## Basic Information - **Project Name**: Moving-Object-Detection-MOD - **Description**: 运动目标检测​(Moving Object Detection)是指从视频序列中识别并分离出移动物体的技术。其核心任务是将动态的前景目标(如行人、车辆)从静态或缓慢变化的背景中分离出来,为后续的跟踪、行为分析等任务提供基础数据。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-01 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: Mod ## README # Moving-Object-Detection-MOD- ## Usage Requirement: 1.OpenCV 3.0 or later (for IO and ORB features, necessary) Build: 1.mkdir & cd build 2.cmake .. 3.make Have fun with your webcam or any usbcam device!