12-19-2018 02:19 AM
Hi,
I'm looking for the Delaunay triangulation function in CVI but couldn't find it. Did I miss it or is yhis function not available in CVI.
I found some results for Labview but not CVI. Is it possible to use the Labview implementation in CVI?
Thanks
01-02-2019 06:57 AM
Hello Bertrand_ENAC,
I think you have 2 different solutions to achieve your goal.
Regards
01-02-2019 08:50 AM
Hello @Bertrand_ENAC,
based on my experience, when you have this kind of needs in CVI the best option is searching a third-party library that fulfills your requirements and wrap it into a CVI project.
Usually the most difficult thing is to find a library written in plain-C clang-compliant.
If you use one of the lastes CVI release (2015 or newer) the integration is easier (usually).
I don't know if this is ok for you but this site seems to point to a couple of C source files to do this kind of triangulation.