You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, my name is Lena and I am trying to work with algorithm Event-chain and I need Voroni diagram to do it to find nearest neighbors (or 5 nearest neighbors). But I can not use your library because I work in Visual Studio 2019 and it asks for new and new files/libraries which I can not find here. Maybe you could help me to realize your library I really need it! In which program you realized your library? And maybe you know how else I can realize algorithm of find nearest neighbor. Regards.
The text was updated successfully, but these errors were encountered:
openvoronoi is written in standard C++ and should not be particularly difficult to port to other platforms. I have used cmake and gcc under linux (ubuntu). It uses the boost libraries (as described in the cmake file).
I don't use Visual Studio myself, but if you post some more detailed error message someone else may be able to help you. Probably the best option is if you can find someone local who is experiences with Visual Studio to help you.
Hello, my name is Lena and I am trying to work with algorithm Event-chain and I need Voroni diagram to do it to find nearest neighbors (or 5 nearest neighbors). But I can not use your library because I work in Visual Studio 2019 and it asks for new and new files/libraries which I can not find here. Maybe you could help me to realize your library I really need it! In which program you realized your library? And maybe you know how else I can realize algorithm of find nearest neighbor. Regards.
The text was updated successfully, but these errors were encountered: