fast method to check point

1 visualización (últimos 30 días)
imola
imola el 13 de Nov. de 2014
Editada: imola el 17 de Feb. de 2015
Dear all,
in 3D I used the convex hull to check the points, but it cost time. I want to find fast method to check the points for D>=4, thanks for everyone,
regards

Respuesta aceptada

Matt J
Matt J el 13 de Nov. de 2014
You could obtain the inequalities A*x<=b representing the hyperrectangle using VERT2LCON ( Download ). Then you can just verify whether the inequalities are satisfied. There is also
I don't know which approach would be faster.

Más respuestas (0)

Categorías

Más información sobre Bounding Regions en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by