how to correct a stack of images taking into account vector of offsets?
1 回表示 (過去 30 日間)
古いコメントを表示
I have a stack of images (200 images) and two vectors with offsets for rows and columns of each image. Is there any time efficient MATLAB function that allows to correct the stack of images taking into account the offset vectors?
0 件のコメント
採用された回答
Image Analyst
2013 年 5 月 11 日
No, you'd have to do that manually by looping and shifting (translating) each image one at a time.
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!