How to call in images

조회 수: 11 (최근 30일)
Karen Nwosu
Karen Nwosu 2019년 7월 22일
댓글: Walter Roberson 2019년 7월 24일
How can I write a script that can call in images from a specific folder for image segmentation?

채택된 답변

awezmm
awezmm 2019년 7월 24일
You can use imread to import the image if you have the filepath of the image
img = imread(filepath)
Reference link: imread

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by