Questions tagged [minc]

MINC tag refers to a file format and/or a library for storing named, multi-dimensional variables in files in a machine-independent way.

Quote from reference:

The MINC file format (Medical Image NetCDF) is based on the NetCDF file format (Network Common Data Form) distributed by the Unidata Program Center. NetCDF provides a software interface for storing named, multi-dimensional variables in files in a machine-independent way. This interface removes applications from the concerns of portability and file structure and encourages a self-describing form of data.

5 questions
0
votes
2 answers

Convert BrainWeb (.mnc) to MetaImage (.mha) format for TumorSim

I want to convert .mnc files from BrainWeb (https://brainweb.bic.mni.mcgill.ca/brainweb/anatomic_normal_20.html) to .mha file format for use in TumorSim (https://www.nitrc.org/projects/tumorsim/). I have tried converting the file from .mnc to .nii…
Ayucathia
  • 5
  • 2
0
votes
0 answers

Execute nii2mnc in matlab

I am trying to make a script in MATLAB that runs also some commands. Everything works fine so far except from the nii2mnc. I am getting different results when i run it in cmd and when i run it through my script in MATLAB. At first the problem was…
Christos ZS
  • 109
  • 2
  • 11
0
votes
1 answer

Why is this illegal in MinC? How to correct?

EDIT: MinC reference: https://en.wikibooks.org/wiki/MINC/Reference/MINC1-programmers-guide Using flex and bison to write a compiler and am getting the following syntax error: ERROR: syntax error at symbol '(' on line 9 #include #define…
MrPickles
  • 1,255
  • 1
  • 16
  • 31
0
votes
1 answer

Read MINC (mnc) file

I want to read a .mnc file I've downloaded from http://brainweb.bic.mni.mcgill.ca/brainweb/. This file contains simulated data of MRI scanning of a human brain. What I want is, to read the file using java code and convert it into buffer image object…
Akshay Raut
  • 565
  • 1
  • 11
  • 28
0
votes
2 answers

Error opening MINC 2.0 images with SimpleITK 0.5.1 C# Windows

I am trying to load an MINC 2.0 Image with SimpleITK 0.5.1 C# version I get the following error: System.ApplicationException : Exception thrown in SimpleITK ImageFileReader_Execute:…
Sebastian Widz
  • 1,962
  • 4
  • 26
  • 45