SVM(支持向量机)opencv

发布于 2024-12-03 05:59:33 字数 254 浏览 1 评论 0原文

我是机器学习的新手。我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘亓 2024-12-10 05:59:33

根据提供的信息,我能给您的就是以下列表:

正如 @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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文