VERT2CON - vertices to constraints

조회 수: 1 (최근 30일)
massimiliano de martino
massimiliano de martino 2019년 10월 28일
답변: John D'Errico 2022년 11월 10일
Goodmorning,
I would like to have help about that question: I would like to know if exsits a version of VERT2CON command which works also for concave hull.
As I've understood VERT2CON works only for convex hull.
Thanks in advance for your support.

답변 (1개)

John D'Errico
John D'Errico 2022년 11월 10일
No. In fact, that is essentially impossible to solve, since a set of constraints will always be anded together. And if your constraints are linear, then any set of linear constraints with an and between them MUST ALWAYS represent a convex set. (Though it may be unbounded.)
You can use tools like an alpha shape to find a triangulation/tessellation for the set of vertices. But you cannot then convert that tessellation into a set of linear constraints. Sorry, but that is as far as you can go.

카테고리

Help CenterFile Exchange에서 Bounding Regions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by