Subpixel Motion Estimation without Interpolation
Nota del editor: This file was selected as MATLAB Central Pick of the Week
SubME is the MATLAB implementation of a block matching motion estimation algorithm that achieves subpixel accuracy without interpolation.
In conventional block matching motion estimation algorithms, subpixel motion accuracy is achieved by searching the best matching block in an enlarged (interpolated) reference search area. This, however, is computationally expensive as the number of operations required is directly proportional to the interpolation factor.
SubME integrates the block matching algorithm and optical flow method to estimate the motion. Motion vectors are determined by a two-stage algorithm, with the first stage being a single layer block matching, and the second stage being a first order optical flow by solving a 2x2 linear system.
For additional information and citations, please refer to:
S. H. Chan, D. Vo, and T. Q. Nguyen, “Sub-pixel motion estimation without interpolation”, in Proceedings of IEEE Conference on Acoustics, Speech and Signal Processing (ICASSP '10). p. 722-725, 2010.
Citar como
Stanley Chan (2024). Subpixel Motion Estimation without Interpolation (https://www.mathworks.com/matlabcentral/fileexchange/44244-subpixel-motion-estimation-without-interpolation), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Mathematics > Interpolation >
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Neighborhood and Block Processing >
- Image Processing and Computer Vision > Computer Vision Toolbox > Tracking and Motion Estimation > Motion Estimation >
Etiquetas
Agradecimientos
Inspiración para: MRAW reader GUI with image enhacement and sub pixel tracking
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |