フィルターのクリア

Size images in image set.

1 回表示 (過去 30 日間)
B Janssen
B Janssen 2018 年 2 月 27 日
回答済み: B Janssen 2018 年 3 月 12 日
Hello, I am in the process of starting to build an image set for computer learning. I just started to work with this ML feature, so there a learning curve is to be expected. One thing however, is something I rather ask before all the work starts.
When building a new ImageSet, do I need to convert these images to one particular size or can this vary?

採用された回答

lokender Rawat
lokender Rawat 2018 年 3 月 6 日
You do not need to convert these images to a particular size. You can use "imageSet class" and the following syntax to create the object which will contain the image data set:
imgSet = imageSet('dir1\dir2\imageDataSetLocation')
The "imgSet" object will have 3 properties: Description, ImageLocation and Count.
You can then refer to any image( first image below ) with the following command:
imshow(read(imgSet,1))

その他の回答 (1 件)

B Janssen
B Janssen 2018 年 3 月 12 日
Thank you!

Community Treasure Hunt

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

Start Hunting!

Translated by