フィルターのクリア

extract rectangular image from scanned image

2 ビュー (過去 30 日間)
AFFY
AFFY 2015 年 3 月 28 日
コメント済み: hamida 2022 年 12 月 2 日
I have scanned copies of currency notes from which I need to extract only the rectangular notes. Although the scanned copies have a very blank background, the note itself can be rotated or aligned correctly. I'm using matlab. how do I extract the currency part and get it aligned to the horizontal axis. I have tried using thresholding and canny/sobel edge detection to no avail. I used the below code but it works only for aligned images and not for rotated images.
<< input image
output image
>>
  1 件のコメント
hamida
hamida 2022 年 12 月 2 日
Affy, please can you tell me how you solved this problem.

サインインしてコメントする。

回答 (2 件)

Image Analyst
Image Analyst 2015 年 3 月 30 日
Did you see my answer to your prior question: http://www.mathworks.com/matlabcentral/answers/182427#comment_271921
Did you look up "registration" in the help and try any of the examples with your image?
  1 件のコメント
AFFY
AFFY 2015 年 3 月 31 日
Yup but i couldn't extract the image with the help of your code. I tried thresholding, filtering and finding 4 corners in the image to get it rotated but it din't work either.

サインインしてコメントする。


Image Analyst
Image Analyst 2015 年 3 月 31 日
I'll be traveling today and not have much time. I'm attaching another demo that uses the radon transform to do rotation. Give that a try.
  4 件のコメント
AFFY
AFFY 2015 年 3 月 31 日
that isn't helping either.
Image Analyst
Image Analyst 2015 年 3 月 31 日
Then try another method. I'm getting ready to fly to Arizona today and will not have much time to help anyone.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFilter Banks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by