Selecting data points in 3D space

Hi, I am plotting data points in 3d space. what i wish to do is allow a user to select a volume of interest. is there a function that allows to do this? I know that in 2d there are functions such as imrect() and inpolygon() that allow the user to draw a rectangle and then see which points are inside. is there a 3d equivalent to these functions?

댓글 수: 1

KRush
KRush 2016년 5월 25일
For those who are seeking answers of the similar problems, using viewmtx to map 3d position [x y z] to 2d space is an option. Then you can solve the problem as in 2d coordinates.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jürgen
Jürgen 2012년 12월 14일

0 개 추천

Hi, in file exchange there is a file to extract a Volume of Interest, do no if that can help? regards,J

댓글 수: 3

Itzik Ben Shabat
Itzik Ben Shabat 2012년 12월 14일
thanks. found it. ill give it a try and see how it works. from the documentation it seems like this is the 3d equivalent of inpolygon. do you know if there is a 3d equivalent to imrect() (in order to draw the cube volume of interest to be the input to the file you mentioned from file exchange).
Jürgen
Jürgen 2012년 12월 14일
I looked for the 3d version of inmrect when I saw your question but could not directly find something,
Sean de Wolski
Sean de Wolski 2012년 12월 14일
imrect() works in 3d but only along x/y

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

질문:

2012년 12월 14일

댓글:

2016년 5월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by