필터 지우기
필터 지우기

i want to detect if a human is running or not in real time using cam . how can i do it...???

조회 수: 1 (최근 30일)
want to design a real time video surveillance system that alerts whenever some one runs in-front of it...plx help me guys,.. what procedure should i adopt???? if u can provide some code then it 'll be a great help, but the procedure or method too will be lot helpfull.
  댓글 수: 3
haris irfan
haris irfan 2013년 1월 27일
considering all these cases same...can i detect any fast movement by monitoring velocity of centroid points of the moving objects, and setting a threshold value ???
Jan
Jan 2013년 1월 28일
As usual I want to mention, that this is very easy to solve for a human. I'm in doubt, that there can be a very reliable automatic recognition, which can compete with a crowd of 5 year old kids running fast in the game of tag. So why bothering Matlab?

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

채택된 답변

tairman singh
tairman singh 2013년 1월 27일
편집: tairman singh 2013년 1월 27일
these few steps shows how can you achieve that 1. acquire images using getsnapshot at high frame rate. 2. compare the consecutive two images pixel by pixel. 3. if same,covert to black (logic 0) otherwise to white. now number of white pixels show amount of movement and, if camera is in close proximity to the runner then number white are very large. 4.do step 1,2,3 until number of white pixels increase some threshold.
  댓글 수: 1
haris irfan
haris irfan 2013년 1월 28일
thnx for responding to my question...can u plx explain the following line? "if camera is in close proximity to the runner then number white are very large". how will it differentiate between running and walking??

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

추가 답변 (1개)

Image Analyst
Image Analyst 2013년 1월 26일
There are lots of tracking demos on the web site. Search for "tracking" at Mathworks.com.

카테고리

Help CenterFile Exchange에서 C4ISR에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by