blockedPointCloud
Description
A blockedPointCloud object is a point cloud made from discrete
      blocks. Use blocked point clouds when a point cloud is too large to fit into memory. With a
      blocked point cloud, you can perform processing without running out of memory.
Creation
Syntax
Description
bpc = blockedPointCloud(___,
            specifies the Name=Value)Adapter and
              AlternateFileSystemRoots properties using one or more name-value
            arguments.
Input Arguments
Properties
Object Functions
apply | Process blocks of blocked point cloud | 
blocksub2roi | Convert block subscripts to ROI limits | 
gather | Collect blocks of blocked point cloud into workspace | 
getBlock | Read specific block of blocked point cloud | 
getRegion | Read arbitrary region of blocked point cloud | 
roi2blocksub | Convert ROI to block subscripts | 
write | Write blocked point cloud data to new destination | 
Examples
Version History
Introduced in R2022a