Main Content

copy

Deep copy TSDF

Since R2024a

    Description

    mTSDFCopy = copy(mTSDF) creates a deep copy of the meshtsdf object with the same property values.

    Input Arguments

    collapse all

    Truncated signed distance field for 3-D meshes, specified as a meshtsdf object.

    Example: meshtsdf(meshes,TruncationDistance=5) creates a TSDF for the specified meshes with a truncation distance of 5 meters.

    Output Arguments

    collapse all

    Deep copy of the TSDF mTSDF, returned as a meshtsdf object with the same property values.

    Version History

    Introduced in R2024a

    See Also