Re: fiji: registering a pair of images according to another pair of images
Posted by
Stephan Saalfeld on
Apr 02, 2011; 1:13pm
URL: http://imagej.273.s1.nabble.com/fiji-registering-a-pair-of-images-according-to-another-pair-of-images-tp3685173p3685175.html
Hi Adrian,
Plugins->Transform->Landmark Correspondences
http://pacific.mpi-cbg.de/wiki/index.php/Landmark_Correspondencesdoes the job even better. You can use the linear (or perspective) model
used for feature extraction or a Moving Least Squares deformation as in
the Moving Least Squares plugin. Since `Landmark Correspondences' uses
a different renderer and an alternative implementation of the Moving
Least Squares method, it is faster and makes no mistakes.
For batch processing, you might be interested to check another plugin:
Plugins->Registration->Register Virtual Stack Slices
http://pacific.mpi-cbg.de/wiki/index.php/Register_Virtual_Stack_Sliceswhich can save the transformations as estimated using a variety of
registration methods (feature or intensity based) and
Plugins->Transform->Transform Virtual Stack Slices
http://pacific.mpi-cbg.de/wiki/index.php/Transform_Virtual_Stack_Slicesto apply them to another set of images.
Best,
Stephan
On Fri, 2011-04-01 at 21:54 +0200, Adrian Daerr wrote:
> > For the moment the closest I get to my goal is to 'Extract SIFT
> > Correspondences' on the pair of edge-detected images, and transfer the
> > resulting landmark point selections onto the original images. I now just
> > lack a registration function which will take these SIFT correspondences
> > as input. Is something like that present in Fiji ?
>
> "Moving Least Squares" does the job. Missed that on the first try, sorry
> for sending my question a little to early.
> Just need to script the whole procedure now.
> Still interested to know if there are other means though. I need to do
> this for a few hundred photographs, with some masking to exclude truly
> changing regions.
>
> cheers,
> Adrian