Algorithm overview - mattbv/TLTR GitHub Wiki

Automated registration: current steps

Scan data (Scan class)

Loading scan data into a Scan class using pandas.read_csv and doing all the pre-processing implemented so far:

Coarse registration

Running the coarse registration on a pair of Scan objects (classes). These Scans were already loaded and pre-processed according to the steps shown above.