Alternative to delaunayn function supported by MATLAB coder for the C++ code generation

Hi all, I'm new with Matlab. Is there a function which can replace delaunayn? I need to transform a code from Matlab to C++ through Matlab coder, but this function is not supported. I don't striclty need a function which follows the Delaunayn rules, but it can also provides a general triangulation between nodes.
Thank You all

 채택된 답변

Jan
Jan 2019년 7월 25일
Matlab uses qhull for the calculation of delaunayn. qhull is a library written in C, see here: http://www.qhull.org/ So it should be possible to rewrite the code in pure C or C++ directly or to call a Mex function.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Detect, Extract, and Match Features에 대해 자세히 알아보기

태그

질문:

2019년 7월 25일

답변:

Jan
2019년 7월 25일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by