【发布时间】:2012-12-26 15:46:43
【问题描述】:
有没有办法对齐 2 个扫描的多项选择纸图像?也许通过使用条形码自动对齐它们或使用特定的形状,以便我可以在 Matlab 中比较或找到两篇论文之间答案的差异?
这是image I want to alter,它将覆盖参考图像。
【问题讨论】:
-
欢迎来到 stack-overflow,您可以在该网站上向我们展示您尝试过的内容(即代码),然后我们会为您提供帮助。
-
这更多的是算法问题而不是编程问题,请考虑在dsp.stackexchange.com提问
-
Mathematica 很有趣:
ImageCompose[ ImageAlign[f = Import["http://oi45.tinypic.com/24pmgbb.jpg"], Import["http://oi47.tinypic.com/2ntjqiq.jpg"]], {f, .5}],给了i.imgur.com/Z3EKG.png -
@mmgp 非常直接,+1
标签: image matlab image-processing alignment compare