필터 지우기
필터 지우기

motion detection using matlab in image processing

조회 수: 3 (최근 30일)
vvp
vvp 2011년 9월 27일
sir, i want motion detector code using MATLAB in image processing that application is to detect movement of any unwanted object in particular security area
  댓글 수: 5
Walter Roberson
Walter Roberson 2011년 9월 29일
How are you planning to characterize the "wanted" moving objects, since the detector is only to locate *unwanted* moving objects ?
Image Analyst
Image Analyst 2011년 9월 29일
Yes, could be difficult, particularly if the objects are terrorists in a crowd of people at the airport. Hmmmm... would terrorists be the "wanted" or "unwanted" objects in the video? Same question for unmoving luggage at the airport.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ajay Kumar
Ajay Kumar 2011년 9월 29일
The most basic motion detection you can do is use a bright colored object to detect. For example if you use green ball, you can retain just the green color in the image and get rid of the rest. Also, because it is a ball and spherical, you can get rid of all the other shapes except for the spherical objects. Now, find the mid point of the object and locate it.

카테고리

Help CenterFile Exchange에서 Tracking and Motion Estimation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by