splat-transform API Reference - v1.10.1
    Preparing search index...

    Function simplifyGaussians

    • Simplifies a Gaussian splat DataTable to a target number of splats using the NanoGS progressive pairwise merging algorithm.

      Reference: "NanoGS: Training-Free Gaussian Splat Simplification" (Xiong et al.)

      Parameters

      • dataTable: DataTable

        The input splat DataTable.

      • targetCount: number

        The desired number of output splats.

      Returns DataTable

      A new DataTable with approximately targetCount splats.