How to Locate Alignment Marks in an Image

后端 未结 3 1779
北荒
北荒 2020-12-14 11:37

I am designing a system that will scan in standardized forms to images (e.g., TBitmap). I would like to identify alignment marks on these pages and use the locations of the

3条回答
  •  独厮守ぢ
    2020-12-14 11:58

    For mark above you can use Hough transform for circles and lines, then check if any cross-line is in the center of any circle then it is your mark. I am not sure about delphi but Hough transform algorithm is well known and implemented in a plenty of libs.

提交回复
热议问题