Show HN: Medical Image (Dicom) Parser in Go
This is a (hard-ish) fork of work I did at gradienthealth which built on top of go-dicom–a golang DICOM image parsing library and command line tool. We have been working on this package with the goal of building a full-featured and high-performance dicom parser in Golang with new features and improvements. So far, improvements that have made on top of go-dicom include:
To use this in your golang project, import and then you can use for your parsing needs:
More details about the package can be found in the godoc
A CLI tool that uses this package to parse imagery and metadata out of DICOMs is provided in the package.
Source: github.com