Click3dPoint

版本 1.5.0.0 (3.1 KB) 作者: Babak Taati
Select a point from a 3D point cloud by clicking on it.
7.8K 次下载
更新时间 2009/11/10

查看许可证

Lets the user select a point from a 3D point cloud by clicking on it. The selected point is highlighted and its index is printed.

This is a useful tool if you work with 3D point clouds. You can change the mouse click callback function so instead of highlighting the selected point other operations are done.

The math is pretty simple:

First, the transformation between the viewing frame and the point cloud frame is calculated using the camera viewing direction and the 'up' vector. Then, the point cloud is transformed into the viewing frame. Finally, The z coordinate in this frame is ignored and the x and y coordinates of all the points are compared with the mouse click location and the closest point is selected.

引用格式

Babak Taati (2024). Click3dPoint (https://www.mathworks.com/matlabcentral/fileexchange/7594-click3dpoint), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.5.0.0

minor change (typo fix)

1.2.0.0

minor changes (style, wording, etc)

1.0.0.0

update: use 'dsearchn' for nearest neighbour search.