Skip to content

Load 3D Point Cloud

Parameter Introduction

Calculation Parameters

ParameterRangeDefault ValueDescriptionIllustration
Output Image0-80Specify which IM to output the loaded point cloud to
TypeFile/DirectoryFileFile: Read specified point cloud file
Directory: Read all supported point cloud files in the directory. Each time the tool executes, it switches to the next point cloud file
Supported formats: pcd/ply/txt/csv
FileSpecify file path
DirectorySpecify folder path
Remove Invalid Points (PCD only)true/falsetrueRemove invalid points (points with NAN values) from point cloud file

Format Description

txt format:

  • Each line has 3 values representing x, y, z coordinates respectively
  • Values are separated by spaces or commas
lua
8.290000 0.000000 -1.734610
8.300000 0.000000 -1.733410
8.310000 0.000000 -1.733290
8.320000 0.000000 -1.733370
8.330000 0.000000 -1.733310
8.340000 0.000000 -1.733010
8.350000 0.000000 -1.732500

csv format:

  • Each line has 3 values representing x, y, z coordinates respectively

Exception Troubleshooting

No.Exception InformationCorresponding ParameterSolution
1Parameter "xxx" cannot be emptyParameter nameInput the xxx parameter.
2Folder "xxx" does not exist or cannot be accessedFile/DirectoryCreate the folder or switch to a folder with read permissions.
3No supported point cloud files found in folder "xxx"File/DirectoryChange to a folder containing supported point cloud files.
4File "xxx" does not exist or cannot be accessedFile/DirectoryCreate the file or switch to a file with read permissions.

AI-Vision, Making 3D Measurement Easier