ISPRS Annals of the Photogrammetry, Remote Sensing and Spatial Information Sciences
Download
Publications Copernicus
Download
Citation
Articles | Volume X-1/W1-2023
https://doi.org/10.5194/isprs-annals-X-1-W1-2023-107-2023
https://doi.org/10.5194/isprs-annals-X-1-W1-2023-107-2023
05 Dec 2023
 | 05 Dec 2023

CHATGPT FOR POINT CLOUD 3D OBJECT PROCESSING

J. Balado and G. Nguyen

Keywords: Language Models, Artificial Intelligence, LiDAR, Natural Language Processing, geometric features, eigenvalues

Abstract. Large-scale pretrained language models have been a revolution in human-machine communication. Recently, such language models also generate code for required tasks. The objective of this work is to evaluate the functionality of the codes generated by ChatGPT (version 15-Dec-2022) for point cloud processing. The programming language selected for the test was MATLAB due to the extensive use in prototyping and toolboxes for Computer Vision and LiDAR. Using the Question-Answer system, the ChatGPT was asked for codes to calculate surface normals, curvature, eigenvalues, and eigenfeatures, with specific parameters and outputs. The provided codes were compiled and executed. The results show that ChatGPT can generate functional code for very specific and short applications, however, it is not capable of generating large code involving the correct use of loops, indexes, or equations.