Question about alignment with fiducial mark

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Question about alignment with fiducial mark

gbarash
Hello!
I am new to ImageJ and have a question: I need to write a java program that
utilizes ImageJ API to automatically align two images using fiducial marks
that exist on the images. Can anyone point me in a direction on how to do
that? I have looked through the API's but have not seen anything that does
something like that.
Many thanks!

Gil.
Reply | Threaded
Open this post in threaded view
|

Re: Question about alignment with fiducial mark

Stephan Preibisch
Hi Gil,

have a look at the Descriptor-based registration and Descriptor-based series registration plugins. For that, you would have to download Fiji (http://fiji.sc/) which is a distribution of ImageJ. After updating Fiji, you will find the plugins under Plugins->Registration. You will find an explanation of how it works in this paper:  http://www.nature.com/nmeth/journal/v7/n6/full/nmeth0610-418.html (but it will work with anything, not only beads)

I hope it might just do what you need ... if you need the API and not only the plugins, let me know I can give you more insight ...

Nice greetings,
Stephan

On Dec 14, 2011, at 6:35 AM, Gilad Barash wrote:

> Hello!
> I am new to ImageJ and have a question: I need to write a java program that
> utilizes ImageJ API to automatically align two images using fiducial marks
> that exist on the images. Can anyone point me in a direction on how to do
> that? I have looked through the API's but have not seen anything that does
> something like that.
> Many thanks!
>
> Gil.