images used in Image processing toolbox
8 次查看(过去 30 天)
显示 更早的评论
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?
0 个评论
采纳的回答
Walter Roberson
2017-4-22
Try looking in the toolbox/images/imdata directory underneath where you installed MATLAB.
0 个评论
更多回答(1 个)
Image Analyst
2017-4-22
In a version a few years ago, they changed where they kept the standard demo images that ship with the Image Processing Toolbox. However, this command, which the Image Processing Team gave me, will work with all versions:
% Determine where demo folder is (works with all versions).
folder = fileparts(which('peppers.png'))
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!