如何识别图片中我们感兴趣的物体类型

发布于 2024-08-18 05:41:03 字数 472 浏览 4 评论 0原文

这是一张狗的轮廓和一匹马的轮廓的图片 替代文本 http://www.tlnews.cn/forum/attachments/month_0810/ 20081024_2f055de790b83aced18atjm8EVN4Gyay.jpg

如何让计算机知道它是一匹马、一只狗还是一个人。 替代文本 http://www.pocketgo.com.cn/upload/ 2008-10/122465306490637600.jpg

this is a picture of a dog's contour and a horse's contour
alt text http://www.tlnews.cn/forum/attachments/month_0810/20081024_2f055de790b83aced18atjm8EVN4Gyay.jpg

how to make computer know it is a horse or a dog or a person.
alt text http://www.pocketgo.com.cn/upload/2008-10/122465306490637600.jpg

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

苯莒 2024-08-25 05:41:03

这是一个很难的问题。

您应该研究计算机视觉

我认为该方法类似于:

  • 查找边缘(仅图像处理)
  • 跟踪形状(不确定如何去做)
  • 传递到神经网络进行分类。

当然,设计和训练网络并不完全是一个简单的操作。

That's a difficult question.

You should research computer vision.

I would think the method would be something like:

  • Find edges (just image processsing)
  • Trace shapes (not sure how to go about doing that)
  • Pass to neural network for classification.

Of course, designing and training the network is not exactly a simple operation..

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