use comments from imwrite for labeling of images using imagedatastore

조회 수: 1 (최근 30일)
HW
HW 2018년 2월 2일
답변: Walter Roberson 2018년 2월 2일
I use the foldernames option for 'LabelSource' in imageDatastore for labeling images. Because I am writing images from workspace variables, it would be convenient (and save time) to not have to place the images in a folder and then pull the image labels from a given folder, but rather from the comment property of jpeg files, which can be created when you use imwrite. (Of course, it would be ideal to be able to bypass the writing of an image before using imageDataStore, but that does not seem possible.)
Is it possible to label images from their comments, when using imageDatastore?

답변 (1개)

Walter Roberson
Walter Roberson 2018년 2월 2일
No, but you can pass a Labels property to the imageDataStore call:
"File labels, specified as a vector or cell array of label names, with one name for each file in the datastore. The order of the labels in the array corresponds to the order of the associated files in the datastore."

카테고리

Help CenterFile Exchange에서 Get Started with Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by