coldftreg

Versión 2.1 (7,19 MB) por 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 descargas
Actualizado 25 dic 2018

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2018b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Geometric Transformation and Image Registration en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
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