Autocorrelation on a sequence of images

14 visualizaciones (últimos 30 días)
Ankit Rastogi
Ankit Rastogi el 9 de Jul. de 2019
Respondida: Rajani Mishra el 29 de Jul. de 2019
I have to perform autocorrelation on video data (a set of images). Since this is a 3D vector of informaiton, does MATLAB have any functions fit for this? I know I can use xcorr on 2D vectors, but if I have a vector of images, rather than a vector of single numbers, how can I go about performing autocorrelation? Should I decompose the video into several pixel-wise 2D vectors, or is there a simpler approach?

Respuestas (1)

Rajani Mishra
Rajani Mishra el 29 de Jul. de 2019
I think you may need to decompose the video to image sequence and the apply xcorr2 to those images.
Refer to this link for decomposing to image sequence :

Community Treasure Hunt

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

Start Hunting!

Translated by