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 中查找有关 Images 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!