Table of Contents

Class DicomHtJpeg2000Params

Namespace
FellowOakDicom.Imaging.Codec
Assembly
fo-dicom.core.dll
public class DicomHtJpeg2000Params : DicomCodecParams
Inheritance
DicomHtJpeg2000Params
Inherited Members
Extension Methods

Constructors

DicomHtJpeg2000Params()

public DicomHtJpeg2000Params()

Properties

EmployColorTransform

Employs a color transform, to transform RGB color images into the YUV domain.

public bool EmployColorTransform { get; set; }

Property Value

bool

InsertTlmMarkers

Insert TLM markers.

public bool InsertTlmMarkers { get; set; }

Property Value

bool

Irreversible

Perform lossy compression using the 9/7 wavelet transform or perform lossless compression using the 5/3 wavelet transform.

public bool Irreversible { get; set; }

Property Value

bool

NumberOfDecompositions

Number of decompositions.

public int NumberOfDecompositions { get; set; }

Property Value

int

ProgressionOrder

Progression order.

public ProgressionOrder ProgressionOrder { get; set; }

Property Value

ProgressionOrder