How to Identify moving objects from a video
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a project in which I have to identify moving objects from a small video clip & then to highlight the these moving objects. Also, I want to mark these objects with red boxes like we do in motion detection algorithm. Can anyone help with the code or the steps which I have to follow in order to accomplish this?
댓글 수: 0
채택된 답변
Image Analyst
2011년 10월 15일
Or the newsgroup? <http://groups.google.com/group/comp.soft-sys.matlab/search?hl=en&q=cricket&start=10&sa=N&hl=en&>
After tracking, cricket is perhaps the most frequent application of MATLAB's power, apparently. However, the Cricket Toolbox is still under development.
추가 답변 (1개)
Wayne King
2011년 10월 13일
You may be interested in the "Tracking Cars Using Gaussian Mixture Models" demo in the Computer Vision Toolbox.
The relevant MATLAB code is in videotrafficgmm.m
Wayne
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!