how to difference moving object in live video in matlab

 채택된 답변

Image Analyst
Image Analyst 2017년 3월 17일

1 개 추천

That's exactly what my attached demo does.

댓글 수: 3

thank you for your reply, i need in live video , how to differentiate moving object , and tracking some shape ?can you give me answer sir?
So to use live video from a camera, you just replace this:
% Extract the frame from the movie structure.
thisFrame = read(videoObject, frame);
with this:
% Grab frame from live video stream:
thisFrame = getsnapshot();
Thank you so much dear Image Analyst sir, my need is to detect human hand in live video using Normal RGB camera [ not use Kinect camera], its possible ? without pixel loss, with different background live video?

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

질문:

2017년 3월 17일

댓글:

2017년 3월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by