How to simultaneously run multiple tasks?

조회 수: 2 (최근 30일)
Aj_ti
Aj_ti 2016년 8월 3일
I want to run my program as follow:
input = video;
%%Detect object
if object is detected
(let say object is detected at frame 10)
give id = obj1;
task 1 : track obj1 and in the same time check if other object is present in the scene.
task 2 : process the detected object (the object image that had been detected for the first time (at frame 10))
Is it suitable if I use
parpool
or any idea to run this program in parallel?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by