Registration mark to support image registration

流过昼夜 提交于 2019-12-10 23:32:56

问题


I have a paper document that will be scanned, and then I'll want to perform image registration (image alignment) on different scans of different copies of the document.

I've noticed that paper forms often have a "registration mark" printed in the four corners of the piece of the paper (a cross-hairs: a circle with a plus intersecting in it). It looks something like this:

In my case, I have the freedom to choose the exact shape of the registration mark, to make it as easy as possible for the image processing code to detect the location of the four registration marks. My goal is for the code to detect registration marks as efficiently and robustly as possible, given that the image might be slightly rotated/skewed/translated. Is the "cross-hairs" shape shown above optimal? Are there better marks that are easier to algorithmically locate?

Black-and-white only; I can't print or scan in color, unfortunately.

来源:https://stackoverflow.com/questions/43404255/registration-mark-to-support-image-registration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!