How to call in images
조회 수: 12 (최근 30일)
이전 댓글 표시
How can I write a script that can call in images from a specific folder for image segmentation?
댓글 수: 0
채택된 답변
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!