skimage2.registration#

Warning

This module is part of the experimental skimage2 namespace and is subject to change without notice. Do not use it in production code. See the migration guide for more details.

Image registration algorithms, e.g., optical flow or phase cross correlation.

optical_flow_ilk

Coarse to fine optical flow estimator.

optical_flow_tvl1

Coarse to fine optical flow estimator.

phase_cross_correlation

Efficient subpixel image translation registration by cross-correlation.