Autocorrelation on a sequence of images

15 ビュー (過去 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 Center および File ExchangeCorrelation and Convolution についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by