How to perfectly align 2 scanned multiple choice paper images?
2 次查看(过去 30 天)
显示 更早的评论
I there a way somehow to align 2 scanned multiple choice paper images? Maybe by using a bar code to auto align them or using a specific shape so i can compare or find the differences in the answers between the two papers?
Thanking you in advance.
0 个评论
回答(1 个)
Image Analyst
2013-1-11
Yes. See the imregister() function in the Image Processing Toolbox.
5 个评论
Image Analyst
2013-1-13
The alignment will probably be the same on a monochrome image as if you could do it on a color image. Just apply the transform you get to all three color channels one at a time and recombine into a color image.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Read, Write, and Modify Image 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!