C# Класс CSJ2K.Color.Boxes.ChannelDefinitionBox

This class maps the components in the codestream to channels in the image. It models the Component Mapping box in the JP2 header.
Наследование: CSJ2K.Color.Boxes.JP2Box
Показать файл Открыть проект

Открытые методы

Метод Описание
ChannelDefinitionBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System

Construct a ChannelDefinitionBox from an input image.

ToString ( ) : System.String

Return a suitable String representation of the class instance.

getAsoc ( int channel ) : int
getCn ( int asoc ) : int
getTyp ( int channel ) : int

Приватные методы

Метод Описание
ChannelDefinitionBox ( ) : System
getAsoc ( byte bfr ) : int

Return the associated channel from the record.

getCn ( byte bfr ) : int

Return the channel from the record.

getTyp ( byte bfr ) : int

Return the channel type from the record.

readBox ( ) : void

Analyze the box content.

Описание методов

ChannelDefinitionBox() публичный Метод

Construct a ChannelDefinitionBox from an input image.
ColorSpaceException ///
public ChannelDefinitionBox ( CSJ2K.j2k.io.RandomAccessIO in_Renamed, int boxStart ) : System
in_Renamed CSJ2K.j2k.io.RandomAccessIO
boxStart int offset to the start of the box in the image ///
Результат System

ToString() публичный Метод

Return a suitable String representation of the class instance.
public ToString ( ) : System.String
Результат System.String

getAsoc() публичный Метод

public getAsoc ( int channel ) : int
channel int
Результат int

getCn() публичный Метод

public getCn ( int asoc ) : int
asoc int
Результат int

getTyp() публичный Метод

public getTyp ( int channel ) : int
channel int
Результат int