[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.InvWTAdapter.TileHeight

TileHeight Property

TileHeight

Returns the overall height of the current tile in pixels. This is the tile's height without accounting for any component subsampling. This is also referred as the reference grid height in the current tile.

       <p>This default implementation returns the value of the source at the
       current reconstruction resolution level.</p>
Declaration
public virtual int TileHeight { get; }
Property Value
Type Description
int

The total current tile's height in pixels.

Implements