C# 클래스 Dicom.Codec.DcmCodecHelper

파일 보기 프로젝트 열기: fo-dicom/mdcm 1 사용 예제들

공개 메소드들

메소드 설명
ChangePlanarConfiguration ( byte pixelData, int numValues, int bitsAllocated, int samplesPerPixel, int oldPlanarConfiguration ) : void
DumpFrameToDisk ( DcmDataset data, int frame, string file ) : void

메소드 상세

ChangePlanarConfiguration() 공개 정적인 메소드

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

DumpFrameToDisk() 공개 정적인 메소드

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