SVM(支持向量机)opencv
我是机器学习的新手。我正在使用 opencv 开源库做一个项目。我的问题是我没有机器学习方面的经验。我从不同的图像中提取了特征并对其进行了评估,现在我想使用 SVM 对这些图像中的对象进行分类,但我不知道该怎么做。顺便说一句,我使用了 3 个不同的特征提取器,SIFT、SURF 和 FAST 特征检测器(及其描述符)
您能给我指导和一些示例来对背景中超过 5 个对象进行分类,例如咖啡杯、可口可乐、篮球等等...
我正在C++环境(UBUNTU)中做我的项目。
I'm new to machine learning. I'm doing a project by using opencv open source library. My issue is that I don't have experience in Machine Learning. I have extracted features from different images and I have evaluated them, now I want to classify objects in those images by using SVM but I don't know what to do. BTW, I used 3 different feature extractors, SIFT, SURF and FAST feature detector (with their descriptors)
Can you give me the guide and some examples to classify more than 5 objects in the background, such as coffee cups, coca cola, basket balls etc...
I'm doing my project in C++, environment (UBUNTU).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据提供的信息,我能给您的就是以下列表:
正如 @jillesdewit 已经指出的那样,你应该尝试更具体一些。
With the information provided, all I can give you is the following list:
As already pointed out by @jillesdewit you should try to be more specific.