Skip to content

a volumetric image tool, which can load a “stack” of 2D images and manipulate them as a group.

Notifications You must be signed in to change notification settings

SegopotsoMakhutja/Volumetric-Image-Manipulation-Tool-

Repository files navigation

/**
* ReadMe file
* Author : Segopotso Makhutja 
* March 2019
*/

- there are 5 files and a folder in the tarball
- raw image files are in the basefolder MRI.
- volimage.h is the header file with method 	declarations
- volimage.cpp is the implementation file which contains all the method bodies/implementations of the methods that are defined in the .h file
- volimage_driver.cpp is the driver file which has the main method/entry function. 
- to compile the files, run "make" on the command line.
- to run the default programme which reads the number of files and the bytes associated, run "make run" on the command line.
- "make run" shows how to run using specific operations.

About

a volumetric image tool, which can load a “stack” of 2D images and manipulate them as a group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published