Skip to content

Add sub-pixel registration method #205

@andrewgiessel

Description

@andrewgiessel

I propose that we implement the following as a thunder registration method:

Manuel Guizar-Sicairos, Samuel T. Thurman, and James R. Fienup, "Efficient subpixel image registration algorithms," Opt. Lett. 33, 156-158 (2008). link

MATLAB implementation
Original Python Port
My generalization for neuro data in d_code

Essentially, images are transformed using an FFT, up-sampled to an arbitrary degree and aligned via cross correlation, the benefit of this algorithm is the efficiency of the up-sampling, and the fact that it is sub-pixel. It works quite well and porting the code should be straight forward.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions