MySQL 空间搜索 HSV(颜色)值?

发布于 2024-08-20 05:19:43 字数 85 浏览 7 评论 0原文

是否可以使用 MySQL 的空间搜索来查找 3D 多边形内部的点?

或者更好的是,是否可以使用 MySQL 查找 HSV 圆柱体表面上的值?

Is it possible to use MySQL's spacial search to find points inside of a 3D polygon?

Or better still, is it possible to use MySQL to find the values on the surface of an HSV cylinder?

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

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

发布评论

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

评论(1

拥醉 2024-08-27 05:19:43

正如您所知,MySQL 仅使用边界框进行分析,并且不是很准确。我不建议使用它进行任何空间分析。查看文档,您会发现大多数功能都没有实现。
您可以使用 PostGIS 或 SpatialLite(分别为 postgresql 或 sqllite)来完成您的要求。对于投影,只需选择-1,这意味着没有投影。

Just so you know MySQL only uses bounding boxes for its analysis and is not very accurate. I would not reccomend using it for any spatial analysis. Look at the documentation and you will will see most features are not implemented.
You could certain use PostGIS or SpatialLite (postgresql or sqllite respectively) to do what you require. For the projection just pick -1 which means no projection.

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