multi threading in matlab
Mostrar comentarios más antiguos
Does matlab support multithreading?
I need to to disintegrate a video into its jpeg frames.And run a single piece of code individually on each frame simultaneously(as in multithreading ). Is it possible?
If not,Is there any other way to do it?
Respuestas (1)
Walter Roberson
el 9 de En. de 2012
0 votos
You need the Parallel Computing Toolbox to do that, probably the smpd feature.
Note: real-time video acquisition can be a problem in MATLAB. The Image Acquisition Toolbox can help with that.
1 comentario
Brittany
el 9 de Oct. de 2013
spmd!
Categorías
Más información sobre Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!