Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 965 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 965 Bytes

Volume DICOM SOP

This operator allow to open DICOM data in Houdini and operate them as volumes.

image

Instalation

Copy the file, 'VolumeDicom.json', into your houdini packages directory.

  • Example: "C:/Houdini/houdini20.0/packages"

Open the .json file and change the VOLUMEDICOM path to match the download location of this repository.

  • Example: "VOLUMEDICOM": "C:/Houdini/Repositories/volumedicomsop"

Attributes

It generate volume @density with normalized values in range 0-1. Original min/max values stored in detail attributes.

Functionality

  • open file or directory (currently it load in memory)
  • remap density scalar
  • remap density vector @Cd
  • band @density filter
image