video splitting
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
is there any procedure in matlab which can be used to divide a video input into for equal regions of interest. can each region of interest be accessed for processing?
0 Commenti
Risposte (1)
Walter Roberson
il 3 Gen 2012
mat2cell(); blockproc(); plain array indexing; blkproc() on older MATLAB.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!