iphone如何区分不同形状

发布于 2024-10-27 11:57:21 字数 169 浏览 4 评论 0原文

我想写一个程序,它可以自动区分不同的形状。例如,我用手指在iphone屏幕上画一个正方形,当我的手指离开屏幕后,程序可以告诉我图形的形状是“正方形”,而不是“菱形”或“圆形”等等在。 现在我只希望程序能够区分一些基本图形,比如“矩形”“正方形”“圆形”“椭圆”“三角形”和“菱形”。算法不太懂,如果有案例可以参考那就最好了!

I want to write a program, it can distinguish different shape automatically. For example, I use my finger draw a square on the screen of iphone, and after my finger leaves the screen, the program could tell me the shape of the graph is "square", but not "diamond" or "circle" and so on.
Now I only hope the program could distinguish some basic graphics, just like "rectangle" "square" "circle" "ellipse" "triangle" and "diamond". I don't quite understand the algorithm,if there are some cases as reference, that's the best thing!

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

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

发布评论

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

评论(1

鹿童谣 2024-11-03 11:57:21

有多种方法可以做到这一点;但你基本上所做的是手写识别。这通常使用神经网络;这就是我要开始的地方。

可以在这里找到大量资源链接:
从哪里开始使用神经网络进行手写识别?

There are a number of ways of doing this; but what you're basically doing is handwriting-recognition. This normally uses neural-networks; that's where I would begin.

A fair number of links to resources can be found here:
Where to start Handwritten Recognition using Neural Network?

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