Skip to main content

retain_tractogram_representative_indices

Function retain_tractogram_representative_indices 

Source
pub fn retain_tractogram_representative_indices(
    tractogram: &Tractogram,
    params: &DuplicateRemovalParams,
) -> Vec<usize>
Expand description

Compute duplicate-removal indices for a Tractogram (the format-neutral representation).

Equivalent to retain_representative_indices but operates on Tractogram instead of TrxFile.