Giter VIP home page Giter VIP logo

itkioscanco's Introduction

ITKIOScanco

Build, test, package Notebooks tests PyPI Version License

Overview

An ITK module to read and write Scanco microCT .isq files.

This package is a resource created by Kitware et. al. for the community for Open and Reproducible Musculoskeletal Imaging Research (ORMIR).

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.

ITKIOScano Notebook

Installation

Python

Binary Python packages are available for Linux, macOS, and Windows. They can be installed with:

python -m pip install --upgrade pip
python -m pip install itk-ioscanco

C++

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

git clone https://github.com/KitwareMedical/ITKIOScanco
mkdir ITKIOScanco-build
cd ITKIOScanco-build
cmake -DITK_DIR=/your/path/to/ITK-build ../ITKIOScanco
cmake --build .

Alternatively, since ITK 5.0, the module can be built by enabling the option:

Module_IOScanco:BOOL=ON

in ITK's CMake configuration.

Usage

import itk

image = itk.imread('myvolume.ISQ')

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.