Borrar filtros
Borrar filtros

Select points in 3D space with polygon

5 visualizaciones (últimos 30 días)
jambig3
jambig3 el 4 de Mzo. de 2016
Respondida: Reza el 17 de Feb. de 2024
Hi, I'm plotting thousands of points in 3D space (with scatter3 or plot3) and would like to be able to select a subset of points within a prism generated from a polygon defined by user click points. The three axes have different scales, and the view angle, zoom, etc., are arbitrary. There is a function on File Exchange called rbb3select (link below) that does something similar, except that the prism is generated from a user-defined rectangle (using the rbbox rubberband box function). Also, I find that this function sometimes includes inappropriate data points if the axes have different scales.
Any advice is appreciated.

Respuestas (1)

Reza
Reza el 17 de Feb. de 2024
You might consider first mapping all the point data to your 2D axes space (which would include using camera parameters and axes scales) then use the inpolygon function to find which points are inside the polygon.

Categorías

Más información sobre Surface and Mesh Plots 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