[go: up one dir, main page]

Skip to content

tatomoaki/volumetric-image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volimage   - name of executable
VolImage   - implementation of methods defined in headerfile
VolImage.h - headerfile
makefile

To extract an image slice, flag(-x / -g):

	./volimage ./raws/baseName flag sliceIndex output_file_name

raws is directory that contains pictures of type raw. baseName would be MRI from the given assignment folder.

To compute difference map, flag (-d):

	./volimage ./raws/baseName flag sliceI sliceJ output_file_name

To view the number of bytes required and number of images, provide no flags:
       
        ./volimage ./raws/baseName

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published