gpt4 book ai didi

image - 在 Matlab 中用于图像类别分类的 BagOfFeatures

转载 作者:太空宇宙 更新时间:2023-11-03 20:33:13 24 4
gpt4 key购买 nike

在 Matlab 中做这个例子 Image Category Classification我在尝试使用此命令获取 SURF 功能的词汇时发现错误

bag = bagOfFeatures(trainingSet);

错误如下

Error using bagOfFeatures/parseInputs (line 1023)
The value of 'imgSets' is invalid. Expected imgSets to be one of these types:

imageSet

Instead its type was matlab.io.datastore.ImageDatastore.

我使用的是 ImageDatastore 输入而不是 imgSets,但我遵循的是 Mathworks 示例。任何人都可以向我解释为什么会发生这种情况以及如何将 trainingSet 转换为 imgSets 类型?

最佳答案

您必须将 ImageDatastore 对象转换为 imageSet 对象。这可以简单地通过使用以下行来完成:

bagOfFeatures(imageSet(trainingSet.Files)); 

关于image - 在 Matlab 中用于图像类别分类的 BagOfFeatures,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39885392/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com