C# Class Dicom.Codec.DcmCodecHelper

Datei anzeigen Open project: fo-dicom/mdcm Class Usage Examples

Public Methods

Method Description
ChangePlanarConfiguration ( byte pixelData, int numValues, int bitsAllocated, int samplesPerPixel, int oldPlanarConfiguration ) : void
DumpFrameToDisk ( DcmDataset data, int frame, string file ) : void

Method Details

ChangePlanarConfiguration() public static method

public static ChangePlanarConfiguration ( byte pixelData, int numValues, int bitsAllocated, int samplesPerPixel, int oldPlanarConfiguration ) : void
pixelData byte
numValues int
bitsAllocated int
samplesPerPixel int
oldPlanarConfiguration int
return void

DumpFrameToDisk() public static method

public static DumpFrameToDisk ( DcmDataset data, int frame, string file ) : void
data Dicom.Data.DcmDataset
frame int
file string
return void