how to correct a stack of images taking into account vector of offsets?
2 次查看(过去 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!