how to fast execute the avi file in matlab?when i am view avi file in matlab its working properly but when i apply some code and run the file the file execute very slowly so what to do?
조회 수: 1 (최근 30일)
이전 댓글 표시
vidObj = mmreader('videoavi.avi');
i=1;
for(i<300)
q=read(vidObj,i);
//various morphologicl instruction
//image segmentation
end
댓글 수: 0
답변 (1개)
Image Analyst
2014년 3월 5일
Some operations just take a while. It depends on what you're doing with the badly-named "q".
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!