Android - 移动设备上的边缘检测
我正在使用 JAVA 作为基本编程语言开发 android SDK。要求之一是我需要对图像执行边缘检测。有没有第三方API可以和我的开发代码集成?
任何免费或付费的 api 都值得赞赏。
问候, 普内特
I am working on android SDK using JAVA as base programming language. One of the requirement is that I need to perform edge detection on an image. Is there any third party api that can be integrated with my development code.
Any free or paid api is appreciated.
Regards,
Puneet
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试此网址。
作者使用Sobel算子进行边缘检测。
You can try this URL.
The author has used Sobel operator for edge detection.