Skip to content

fogleman/vol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Volume Rendering in Go

Voxels are subsampled and multiplied against a projection matrix. Multiple color windows can be applied.

http://i.imgur.com/JrN75I7.gifv

How-To

go get -u github.com/fogleman/vol

Convert DICOMs to PNG using ImageMagick.

$ mkdir png
$ mogrify -path png/ -format png *.dcm

Run this script.

$ vol png/

About

Volume rendering experiments in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages