sksurgerycore.io.load_mps module

Functions to load MITK’s mps point set file.

sksurgerycore.io.load_mps.load_mps(file_name)[source]

Load a pointset from a .mps file. For now, just loads points, without geometry information.

Parameters:file_name – string representing file path.
Returns:ids (length N), points (Nx3)