imageDatastore 图像数据的数据存储
Posted yuren1998
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了imageDatastore 图像数据的数据存储相关的知识,希望对你有一定的参考价值。
根据 imds
= imageDatastore(location
)location
指定的图像数据集合创建一个数据存储 imds
。
使用一个或多个名称-值对组参数为 imds
= imageDatastore(location
,Name,Value
)imds
指定其他参数和属性。
例:digitDatasetPath = fullfile(‘F:dachuang语料库‘, ‘0-9Pictrues‘); %fullfile(): 将地址拼接 digitDatasetPath = ‘F:dachuang语料库 -9Pictrues‘
imds = imageDatastore(digitDatasetPath,‘IncludeSubfolders‘,true,‘LabelSource‘,‘foldernames‘);
digitDatasetPath: 数据所在位置
‘IncludeSubfolders‘,true: 是否包含子文件夹:是 (默认为否)
‘LabelSource‘,‘foldernames‘ : 标签来源:子文件夹名 (只有这个或者无标签)
官方文档:https://ww2.mathworks.cn/help/matlab/ref/matlab.io.datastore.imagedatastore.html
参考博客:https://blog.csdn.net/wanzi1122/article/details/80491937
以上是关于imageDatastore 图像数据的数据存储的主要内容,如果未能解决你的问题,请参考以下文章
佩特来项目经验小集合___组合查询存储过程,报错 "varchar JBID='' 转换成数据类型 int 时失败"(示例代(代码