coldftreg

Versione 2.1 (7,19 MB) da Tan Nguyen
This source code is a column-based version of DFT registration. It aligns every columns of a matrix to a reference vector.
29 download
Aggiornato 25 dic 2018

Visualizza la licenza

This source code is a column-based version of DFT registration. It aligns every column of a matrix X to a reference vector V.
The amount of shift estimated between X and V and be used to align another matrix Y as well. Please run demo.m to see an example.
It is useful in applications like Optical Coherence Tomography where there is sweep-to-sweep variation of the signals (columns of X) due to laser instability.
Version history:
- v1.0: first implementation.
- v2.0: support the case where length(V) < size(X, 1). Add mean subtraction to improve stability. Handle a corner case where the number of rows in X and Y is odd.
Please report bugs with this code to thnguyn@mit.edu.

Cita come

Tan Nguyen (2024). coldftreg (https://www.mathworks.com/matlabcentral/fileexchange/69818-coldftreg), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2018b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Geometric Transformation and Image Registration in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
2.1

Add demo code and example data

2.0

V2.0 Support for the case where length(V) can be less than the number of rows of X and Y. Add mean subtraction to improve stability.

1.0.0