matlab add point cloud using file selection dialog

First, the algorithm principle

  The implementation method is relatively simple, just call the dialog function to load the file into the point cloud reading function.
insert image description here

Second, the code implementation

clc;clear;

%% ------------------使用文件选择对话框选择点云

Guess you like

Origin blog.csdn.net/qq_36686437/article/details/124311987