Skip to content

UniBoDS4H/IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DS4H Image Alignment

"Data Science for Health (DS4H) Image Alignment" is a user-friendly tool freely provided as an ImageJ/Fiji plugin. With DS4H Image Alignment, 2D images can be easily aligned (i.e. registered) by defining with a few clicks some well visible reference marks, or by using automatic routines.

Implementation

DS4H Image Alignment has been implemented in Java 8 as a plugin for ImageJ/Fiji. This plugin can run on MacOs, Windows and Linux.

How to Align

In order to align the images first of all we have to load the images inside the Java Application. This operation can be done in two ways:

  1. By using the File -> Load Images, with the use of a file chooser you will be able to load 1 or more images. Be carefull if there are no images inside the project and you try to load a single Image you will get an error, but if you do the same operation but there are other images inside the project you will be able to load the choosed image.
  2. By using the Project -> Import

Manual Alignment

The manual alignment algorithm used inside this plugin are three:

  • Translational Alignment
  • Perspective Alignment
  • Affine Alignment

Automatic Alignment

The automatic alignment use what is called a Point Detector. A Point Detector is a class used for the detection of points for the alignment of the images. The Point Detector used inside this project are:

  • ORB
  • SIFT
  • SURF

Installation

DS4H Image Alignment can be installed easily, on Windows, Linux and Apple Silicon M1 and Intel Based Mac (Mac-ImageJ is the ARM version, Mac-Fiji is the x86 Intel version). In order to use our tool, you can just download the version that you need for your pc, copy the jar inside the "plugins" folder of ImageJ/Fiji. You will find in the ImageJ/Fiji Plugin voice out tool, DS4H Image Alignment

How to use It

TO BE DONE

Acknowledgments

We thanks all the University Students that helped in this project. In particular:

Contact Us

The Data Science for Health (DS4H) group:

  • Antonella Carbonaro, Department of Computer Science and Engineering (DISI), University of Bologna, Bologna, Italy,

    email: antonella.carbonaro@unibo.it

  • Filippo Piccinini, Istituto Scientifico Romagnolo per lo Studio e la Cura dei Tumori (IRST) IRCCS, Meldola (FC), Italy,

    email: filippo.piccinini@irst.emr.it

About

Fiji / ImageJ plugin for Imaging Alignment. This plugin manages two types of alignment: Manual Alignment and Automatic Alignment.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published