CompositeLookUpTable
CompositeLookUpTable class
Look-Up Table that represents a set of Look-Up Tables to be applied to a destination image sequentially.
public sealed class CompositeLookUpTable : IEnumerable<ILookUpTable>, ILookUpTable
Constructors
| Name | Description |
|---|---|
| CompositeLookUpTable() | The default constructor. |
Properties
| Name | Description |
|---|---|
| IsValid { get; } | |
| Item { get; } | |
| Maximum { get; } | |
| Minimum { get; } |
Methods
| Name | Description |
|---|---|
| AddRange(IEnumerable<ILookUpTable>) | Adds the given luts to this composite LUT. |
| GetEnumerator() | |
| Recalculate() |
See Also
- interface ILookUpTable
- namespace Aspose.Medical.Dicom.LookUpTables
- assembly Aspose.Medical