How to simultaneously run multiple tasks?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Cloud Integrations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!