Multimodal imaging

Utilizing different imaging modalities in combination

Description

Bigwarp is a tool for manual, interactive, landmark-based deformable image alignment. It uses the BigDataViewer for visualization and navigation, and uses a Thin Plate Spline implemented in Java to build a deformation from point correspondences.

Bigwarp screenshot
Description

quote:

Elastix cite{Klein2010} is an open source, command-line program for intensity-based registration of medical images that allows the user to quickly configure, test, and compare different registration methods. SimpleElastix is an extension of SimpleITK cite{Lowekamp2013} that allows you to configure and run Elastix entirely in Python, Java, R, Octave, Ruby, Lua, Tcl and C# on Linux, Mac and Windows. The goal is to bring robust registration algorithms to a wider audience and make it easier to use elastix, e.g. for Java-based enterprise applications or rapid Python prototyping.

Python example

import SimpleITK as sitk
resultImage = sitk.Elastix(sitk.ReadImage("fixedImage.nii"), sitk.ReadImage("movingImage.nii"))
has topic
Description

This plugin allows to compute a similarity (translation/rotation/scaling and flipping) transform from pair of points. It is updating the transformed image interactively such that the user get immediate feedback. The transformation is saved and can be applied to any other stack/image. Non rigid deformation can also be applied in 2D or 3D.

3D/3D,2D/3D or 3D /2D can be handled .

3D ROI are enabled, and can be checked with the 3D vtk view (size of ROI can be changed using the ROI stroke width).

Some prealignment by rotating in 3D the volume is possible.

Transformations can be applied directly or combined through Block Protocols (search for apply transformation).

It's also provide information about the predicted Error (based on statistical prediction), either as a full color mapping, either on each points used as landmarks, and error on the discrepancy in position between points.

There are video tutorials available in the web.

 

logo ec-clem
Description

The Virtual Brain Explorer (ViBE-Z) is a software that automatically maps gene expression data with cellular resolution to a 3D standard larval zebrafish (Danio rerio) brain. It automatically detects 14 predefined anatomical landmarks for aligning data. It also offers a database and atlas. The ViBE-Z database, atlas and software are provided via a web interface. A data preparation step is needed in order to provide the right input data and format.

need a thumbnail
Description

ITK-SNAP is a software application used to segment structures in 3D medical images. It can also be used as a 3D annotation tool for deep learning. It is based on ITK, VTK libraries.