Giter Site home page Giter Site logo

angel-fernandez / minc-tools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bic-mni/minc-tools

0.0 2.0 0.0 28.28 MB

Basic minc-tools from former minc repository

License: Other

CMake 0.36% Shell 0.35% C 85.59% C++ 1.70% Perl 6.74% HTML 0.77% MATLAB 0.51% Makefile 0.22% Perl 6 0.01% Groff 3.07% Bison 0.69%

minc-tools's Introduction

MINC Tools

This package is a collection of tools that work on MINC format
images.

 * rawtominc, minctoraw, mincextract - format conversion
 * mincheader, mincdiff, mincinfo, minchistory - file information
 * mincedit, minc_modify_header - header manipulation
 * mincresample - arbitrary volume resampling
 * mincreshape - extraction of volume sub-cubes, image flipping,
      dimension re-ordering, type conversion
 * mincconcat - concatenating or interleaving images from multiple
      files
 * mincmath - perform simple math on files
 * minccalc - perform more complicated math on files through an expression
 * mincaverage - average minc files
 * mincstats - calculate statistics across voxels of a file
 * minclookup - lookup table operations for arbitrary re-mappings of
      intensities
 * worldtovoxel, voxeltoworld - coordinate conversion
 * xfmconcat, xfminvert - generalized transformation utilities
 * mincview - simple image display using xv or ImageMagick
 * mincpik - generate picture from slice through volume


INSTALLATION

Compilation and installation is now done with CMake. Use these steps:

1. Compile

   $ cmake CMakeLists.txt
   $ make

Note that if you have installed libminc in a non-standard location
(in this case /opt/local/minc) you will have to tell CMake where to find 
it as such:

   $ export LIBMINC_DIR=/opt/local/minc
   $ cmake CMakeLists.txt
   $ make
   
Similarly if you'd like to install minc-tools in this same location you
will need to do this:
   
   $ export LIBMINC_DIR=/opt/local/minc
   $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local/minc CMakeLists.txt
   $ make


2. Install

   $ sudo make install
   

minc-tools's People

Contributors

vfonov avatar andrewjanke avatar leila1349 avatar jcupitt avatar hazedine avatar jordigh avatar mcvaneede avatar

Watchers

James Cloos avatar  avatar

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.