필터 지우기
필터 지우기

How to perfectly align 2 scanned multiple choice paper images?

조회 수: 1 (최근 30일)
Vic
Vic 2013년 1월 11일
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.

답변 (1개)

Image Analyst
Image Analyst 2013년 1월 11일
Yes. See the imregister() function in the Image Processing Toolbox.
  댓글 수: 5
Walter Roberson
Walter Roberson 2013년 1월 12일
Convert the images to grayscale before aligning them.
Image Analyst
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 CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by