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 图像数据的数据存储的主要内容,如果未能解决你的问题,请参考以下文章

京东金融大数据竞赛猪脸识别- 图像特征提取之二

京东金融大数据竞赛猪脸识别- 识别方法之五

IPFS分布式存储,或成下代互联网新基建的重要支撑

佩特来项目经验小集合___组合查询存储过程,报错 "varchar JBID='' 转换成数据类型 int 时失败"(示例代(代码

JVM基础和内存区域剖析

方法区永久代元空间