how to load a picture in Matlab? can a video is uploaded in Matlab ?
이전 댓글 표시
i've interface webcam with Matlab but i dont know how to save it in matlab directory ,i've used getsnapshot() command but dont know where the images r saved and from where i get them back for further use..kindly help me and plz tell me the code or command if any? thanks in advance.
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 1월 11일
0 개 추천
getsnapshot() brings them into memory and does not save them to disk. You might want to imwrite() the images.
카테고리
도움말 센터 및 File Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!