Skip to content

Reconstruction of 3D volumetric dataset from a collection of 2D slices

License

Notifications You must be signed in to change notification settings

thewtex/ITKMontage

This branch is 615 commits ahead of luisibanez/ImageReconstruction:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 2, 2022
7355811 · Dec 2, 2022
Dec 1, 2022
Jun 1, 2022
Jun 1, 2022
Jun 1, 2022
Jun 1, 2022
Jan 12, 2022
Jun 1, 2022
Nov 6, 2018
Jan 11, 2020
Dec 17, 2021
Feb 23, 2020
Jun 1, 2022
Jun 1, 2022
Sep 25, 2019
Dec 1, 2022

Repository files navigation

ITKMontage

Build Status PyPI License DOI

Montaging for microscopy imaging files.

ITK is an open-source, cross-platform library that provides developers with an extensive suite of software tools for image analysis. Developed through extreme programming methodologies, ITK employs leading-edge algorithms for registering and segmenting multidimensional scientific images.

For more information, please see and cite the article:

Zukić, Dž., Jackson, M., Dimiduk, D., Donegan, S., Groeber, M., McCormick, M.

ITKMontage: A Software Module for Image Stitching. Integr Mater Manuf Innov (2021).
https://doi.org/10.1007/s40192-021-00202-x

Also, please cite a specific software version with the Zenodo Citation.

This work is based on, in part:

Bican, J.
Phase Correlation Method for ITK
The Insight Journal - 2006 July - December
https://www.insight-journal.org/browse/publication/138

Installation

To install the Python package:

pip install itk-montage

To build the C++ module, either enable the CMake option in ITK's build configuration:

Module_Montage:BOOL=ON

Or, build the module as a separate project against an ITK build tree:

git clone https://github.com/InsightSoftwareConsortium/ITKMontage
mkdir ITKMontage-build
cd ITKMontage-build
cmake -DITK_DIR=/path/to/ITK-build ../ITKMontage
cmake --build .

See Also

License

This code is copyrighted by the NumFOCUS, and it is distributed under the Apache 2 license.

Acknowledgements

The code contained herein was partially funded by the following contracts:

  • United States Air Force Prime Contract FA8650-15-D-5231

About

Reconstruction of 3D volumetric dataset from a collection of 2D slices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • CMake 7.1%
  • Python 0.7%