"Peppers.png" image source?

조회 수: 113 (최근 30일)
Ivan Rodionov
Ivan Rodionov 2023년 6월 15일
답변: Steven Lord 2023년 6월 16일
Hello, I am curious about the sources of Matlab sample images, specifically the Peppers image. I was looking through the sample images in Matlab for a project and I found the peppers image. I quite like it's composition, however I am unable to find the photographer who took it or information about it online. Also, I am unable to find a higher resolution version of it.
This is my first post here, any help appreciated.

채택된 답변

Steven Lord
Steven Lord 2023년 6월 16일
According to the file info it was modified (I believe created) in December 2002 and is copyright The MathWorks, Inc. I personally don't remember anything else about it. You may want to contact Technical Support and ask if the Support staff can find any additional information.
N = imfinfo('peppers.png');
N.FileModDate
ans = '16-Dec-2002 11:10:58'
N.Copyright
ans = 'Copyright The MathWorks, Inc.'
N.Description
ans = 'Zesty peppers'

추가 답변 (0개)

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by