Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The Fiji image processing package, which extends ImageJ, has a wiki website with information on its SIFT plugin:</p> <p><a href="http://pacific.mpi-cbg.de/wiki/index.php/Feature_Extraction" rel="noreferrer">http://pacific.mpi-cbg.de/wiki/index.php/Feature_Extraction</a></p> <p>The source code of the SIFT implementation in java is available in the mpicbg.git repository:</p> <p><a href="http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=mpicbg.git" rel="noreferrer">http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=mpicbg.git</a></p> <p>The library that includes the SIFT feature extraction and feature matching is the mpicbg.jar, under Fiji.app/jars/ folder when you download Fiji.</p> <p>Fiji can be downloaded from here:</p> <p><a href="http://pacific.mpi-cbg.de/wiki/index.php/Downloads" rel="noreferrer">http://pacific.mpi-cbg.de/wiki/index.php/Downloads</a></p> <p>An example of usage of the SIFT plugin is the registration of consecutive slices in an electron microscopy stack. See this page:</p> <p><a href="http://pacific.mpi-cbg.de/wiki/index.php/Register_Virtual_Stack_Slices" rel="noreferrer">http://pacific.mpi-cbg.de/wiki/index.php/Register_Virtual_Stack_Slices</a></p> <p>The source code will teach you how to use the library for SIFT feature extraction and for computing transformation models from sets of matching features:</p> <p><a href="http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=blob;f=src-plugins/register_virtual_stack_slices/register_virtual_stack/Register_Virtual_Stack_MT.java;hb=HEAD" rel="noreferrer">http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=blob;f=src-plugins/register_virtual_stack_slices/register_virtual_stack/Register_Virtual_Stack_MT.java;hb=HEAD</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload