Documentation
¶
Index ¶
- type DICOMImage
- func (d *DICOMImage) At(x, y int) color.Color
- func (d *DICOMImage) Bounds() image.Rectangle
- func (d *DICOMImage) ColorModel() color.Model
- func (d *DICOMImage) SetFrame(frame *frame.NativeFrame)
- func (d *DICOMImage) SetWindowLevel(level int16)
- func (d *DICOMImage) SetWindowWidth(width int16)
- func (d *DICOMImage) WindowLevel() int16
- func (d *DICOMImage) WindowWidth() int16
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DICOMImage ¶
type DICOMImage struct {
// contains filtered or unexported fields
}
func NewDICOMImage ¶
func NewDICOMImage(frame *frame.NativeFrame, level, width int16) *DICOMImage
func (*DICOMImage) Bounds ¶
func (d *DICOMImage) Bounds() image.Rectangle
func (*DICOMImage) ColorModel ¶
func (d *DICOMImage) ColorModel() color.Model
func (*DICOMImage) SetFrame ¶
func (d *DICOMImage) SetFrame(frame *frame.NativeFrame)
func (*DICOMImage) SetWindowLevel ¶
func (d *DICOMImage) SetWindowLevel(level int16)
func (*DICOMImage) SetWindowWidth ¶
func (d *DICOMImage) SetWindowWidth(width int16)
func (*DICOMImage) WindowLevel ¶
func (d *DICOMImage) WindowLevel() int16
func (*DICOMImage) WindowWidth ¶
func (d *DICOMImage) WindowWidth() int16
Click to show internal directories.
Click to hide internal directories.