Image common region identification and matching methods?

Discuss digital image processing techniques and algorithms. We encourage its application to ImageMagick but you can discuss any software solutions here.
Post Reply
madhushan90
Posts: 3
Joined: 2014-04-28T04:39:07-07:00
Authentication code: 6789

Image common region identification and matching methods?

Post by madhushan90 »

Hi all,

Thanks for viewing this,

I am new to this forum as well as to image processing. I want to know what are the common region identification and matching methods. I am unable to find good materials only by searching, please guide me. Also I am highly appreciate if you guys can provide me some information about this topic. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image common region identification and matching methods?

Post by fmw42 »

It is not clear what you mean by "region identification". Please clarify.

In the meantime, review

http://www.imagemagick.org/Usage/compare/
http://www.imagemagick.org/script/compare.php
viewtopic.php?f=4&t=24906
http://www.imagemagick.org/script/identify.php (regarding -moments)
madhushan90
Posts: 3
Joined: 2014-04-28T04:39:07-07:00
Authentication code: 6789

Re: Image common region identification and matching methods?

Post by madhushan90 »

Thanks for the reply, Actually I want to understand what are the methods used in image stitching, what are the methods used to identify common regions of two images in according to stitch them. I don't know to clarify further up to now what I understood is there are two methods named feature based and direct to identify common regions am I right? If so what are the algorithms/methods falls to two groups?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image common region identification and matching methods?

Post by fmw42 »

madhushan90
Posts: 3
Joined: 2014-04-28T04:39:07-07:00
Authentication code: 6789

Re: Image common region identification and matching methods?

Post by madhushan90 »

Thank you very much, your second research paper will be more useful. I did Google search but most of the research papers are not available for free. Please can I know, are there specific methods that are universally accepted, not only in the researches. I mean special algorithms, or basic concepts.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Image common region identification and matching methods?

Post by fmw42 »

template matching such as normalized cross correlation is one
Post Reply