We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我正在为 .NET 启动一个开源计算几何库: https://github.com/govert /RobustGeometry.NET。
到目前为止,我已将 Shewchuk 的稳健几何谓词移植到 C#,并且正在研究半边网格表示。
任何帮助将不胜感激!
I'm starting an open-source Computational Geometry library for .NET here: https://github.com/govert/RobustGeometry.NET.
So far I have the robust geometric predicates of Shewchuk ported to C#, and I'm working on a helfedge mesh representation.
Any help would be appreciated!
不幸的是,那里的东西并不多——.NET 世界似乎因缺乏优秀的开源数学库而受到困扰。最好的现成商业替代方案可能是 Ceometric 的 G#,它既不是免费的也不是开源的。
There isn't much out there, unfortunately -- the .NET world seems to suffer from a paucity of good open-source math libraries. The best readily available commercial alternative is probably Ceometric's G#, which is neither free nor open-source.
aforgenet 库最初用于图像处理/计算机视觉/机器学习 AI,确实有一些可以帮助您的功能!
http://www.aforgenet.com/framework/
aforgenet library originally meant for image processing/computer vision/ machine learning AI , does have some good deal of features that can help you!
http://www.aforgenet.com/framework/
http://www.geolib.co.uk/ 上有一个名为 Geolib 的库。
我刚刚开始使用它,到目前为止它对我来说效果很好!
There is a library named Geolib at http://www.geolib.co.uk/.
I am just starting to use it and till now its works fine for me!