Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 657 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 657 Bytes

mps2asc

A small utility to convert MITK Point Sets to simple .asc

This utility helps you to convert MITK point sets (.mps), that were generated and exported using the Medical Imaging Toolkit to a simple ASCII point set text file (.asc). These files can then be opened and further processed with other software, like Meshlab.

Prerequisites

.NET 6 is needed for execution.

Usage

Simply download the current version from release, and drag your .mps file on the application. It will generated an equally named .asc file in the same folder. :)