locan.data.register#

Register localization data.

This module registers localization data and provides transformation parameters to put other localization data in registry.

Parts of this code is adapted from https://github.com/jungmannlab/picasso. (MIT license, Copyright (c) 2016 Jungmann Lab, MPI of Biochemistry)

Classes

Transformation(matrix, offset)

Functions

register_cc(locdata, other_locdata[, bins, ...])

Register points or coordinates in locdata by a cross-correlation algorithm.

register_icp(locdata, other_locdata[, ...])

Register points or coordinates in locdata by an "Iterative Closest Point" algorithm using open3d.