images used in Image processing toolbox
이전 댓글 표시
where do i get the images used in MATLAB image precessing toolbox user's guide 2013b?
채택된 답변
추가 답변 (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'))
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!