cancan101 / ITK

Repository to share codes implemented to run on ITK platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSIM Toolkit - ITK

This is a repository for ITK modules develped by the Computing in Signals and Images in Medicine Laboratory (CSIM). Here it is available the C++ source code for each application, where you can download and adapt for your needs. Additionally, if you want purpose an improvement for any of our methods, please fork this repository and send us a pull request.

For more details about ITK, see to website.

Available Methods

Each method implemented here are organized in different categories, following the ITK style.

Module: Filtering

  • Anisotropic Anomalous Diffusion (AAD)
  • Isotropic Anomalous Diffusion (IAD)

Module: Features

  • Diffusion Entropy Mapping
  • Sample Entropy 2D
  • Logist Contrast Enhancement
  • Image Quality Metrics
  • Automatic Conductance Image Calculator

Module: Segmentation

  • Generalized Entropy Threshold
  • Brain Logistic Segmentation

Installation Procedure

A simple code provided in the Example folder could be used as guide for the usage of all the tools provided in this repository. The easiest way is to compile the code using CMake and following the instructions in the Main.cpp file.

Documentation

Some of our methods have been published in the Insight Journal and it could be useful for documentation. However, not all the methods in this repository have a documentation file and, in case of any help, enter in contact with one of our laboratory members (see Contact section).

Citation and References

All methods are under the ITK license. However, if you use any of this methods in your own research, please cite it properly. Details about the correct reference to cite each method are provided in the following list:

Anomalous Diffusion Filters

Anomalous Diffusion Paradigm for Image Denoising Process, Insight-Journal, 2016

Anomalous diffusion process applied to magnetic resonance image enhancement, Physics in Medicine and Biology, 2015

Sample Entropy 2D

Two-dimensional sample entropy: assessing image texture through irregularity, Biomedical Physics & Engineering Express, 2016

Automatic Conductance Image Calculator

Automatic Conductance Estimation Methods for Anisotropic Diffusion ITK Filters, Insight-Journal, 2017

Contact

This repository is provided by the CSIM research group and if you want to give us a feedback or report a problem, please send an email to:

MSc. Antonio Carlos da S. Senra Filho (Ph.D. student): email

Prof. Ph.D. Luiz Otavio Murta Junior (PI): email

or enter in our group website to see more details about our research projects!

About

Repository to share codes implemented to run on ITK platform.


Languages

Language:C++ 100.0%