开发者

MySQL Spatial search for HSV (color) values?

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

Or better still, is it possibl开发者_如何学运维e to use MySQL to find the values on the surface of an HSV cylinder?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜