chengzhag / matlab_image_classification

基于matlab和bag of words的图像分类
11 stars 4 forks source link

bag = bagOfFeatures(trainingSet); #1

Open Edwina414 opened 7 years ago

Edwina414 commented 7 years ago

请问下我运行代码在bag = bagOfFeatures(trainingSet)处出现以下错误:错误使用 bagOfFeatures/parseInputs (line 1023)的'imgSets' 的值无效。 需要的 imgSets 应为以下类型之一: imgSet 该怎么解决呢?

chengzhag commented 7 years ago

以下是前面的运行结果,你可以检查一下是否有出入,数据集有没有正确加载?另外这些代码是在matlab2015b中编写的

ans =       Label       Count     __    _____

    Faces         435       Faces_easy    435       Leopards      200       Motorbikes    798       accordion      55  

ans =       Label       Count     __    _____

    Faces         31       Faces_easy    31       Leopards      31       Motorbikes    31       accordion     31  

Creating Bag-Of-Features.