How to use IMAGEDATASTORE for Lables that are a matrix or image

1 view (last 30 days)
Hello I'm trying to use non-categorical labels, not like Labels [1 2 3..]. I want to use labels in a form of an image, such as a density map. Can someone guide me how to use
digitData = imageDatastore(fullfile(rootFolder),'LabelSource',fullfile(rootFolderD));
where rootFolderD contains density images of size 32x32

Answers (0)

Categories

Find more on Image Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!