BitStreamVolumeNode and CompressionDeviceNode for compressed image data
Created by: leochan2009
- vtkMRMLBitStreamVolumeNode is implemented for storing the encoded bit stream and key frame bit stream. It derives from VectorVolumeNode and provides interface for attaching different "vtkMRMLCompressionDeviceNode".
- vtkMRMLCompressionDeviceNode is a generic node for codecs. Any nodes that encapsulates codec should derive from the vtkMRMLCompressionDeviceNode. See this derived node for more detail: DerivedCompressionNode
@lassoan , would be great if we could have a discussion for this initial implementation.
Best, Longquan