[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.PrecinctSizeSpec

PrecinctSizeSpec Class

Inheritance
PrecinctSizeSpec
Namespace: CSJ2K.j2k.entropy
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class PrecinctSizeSpec : ModuleSpec

Constructors

Name Description
PrecinctSizeSpec(int, int, byte, IntegerSpec)

Creates a new PrecinctSizeSpec object for the specified number of tiles and components.

PrecinctSizeSpec(int, int, byte, BlkImgDataSrc, IntegerSpec, ParameterList)

Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the ParameterList instance.

Methods

Name Description
getPPX(int, int, int)

Returns the precinct partition width in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account.

getPPY(int, int, int)

Returns the precinct partition height in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account.