Tracking red color objects using matlab

버전 1.1.0.0 (2.27 KB) 작성자: A. Bhargav Anand
This program just tracks all red color objects and draws a bounding box around them.
다운로드 수: 33.1K
업데이트 날짜: 2010/11/17

라이선스 보기

This program just tracks all red color objects and draws a bounding box around them. This works on the difference between frames concept. Every frame in the video is returned as an rgb image on which we can do image processing stuff.

인용 양식

A. Bhargav Anand (2024). Tracking red color objects using matlab (https://www.mathworks.com/matlabcentral/fileexchange/28757-tracking-red-color-objects-using-matlab), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2008b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Previously the program just tracked the red object. Now the program has been updated to display the centroid of the detected object dynamically.

1.0.0.0