Processing multiple Videos in parallel

조회 수: 8 (최근 30일)
Ahmad Mustafa
Ahmad Mustafa 2018년 1월 30일
I am building a Matlab application that takes as input videos from multiple sources, each corresponding to a patient. The patients' faces are detected and tracked in real time and each frame is processed to output mean values for R, G, and B channels. The videos are run for a fixed number of frames determined beforehand. When this is done, the R,G, and B signals are used to compute the heart rates for patients. So for a single patient, the code looks something like the pseudocode shown below. This is for one patient. What I would like to do is do this for multiple patients being monitored simultaneously. Is there a way to run this code in parallel for multiple videos being acquired in real time?
While frameCount<No_of_Frames_to_run
take snapshot
detect face
Output mean value for R,G and B channel in face
end
**process R,G,B signals to output heart rate**

답변 (0개)

카테고리

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