video splitting
조회 수: 5 (최근 30일)
이전 댓글 표시
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
답변 (1개)
Walter Roberson
2012년 1월 3일
mat2cell(); blockproc(); plain array indexing; blkproc() on older MATLAB.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!