Autocorrelation on a sequence of images

조회 수: 16 (최근 30일)
Ankit Rastogi
Ankit Rastogi 2019년 7월 9일
답변: Rajani Mishra 2019년 7월 29일
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?

답변 (1개)

Rajani Mishra
Rajani Mishra 2019년 7월 29일
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 :

카테고리

Help CenterFile Exchange에서 Correlation and Convolution에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by