[]
        
(Showing Draft Content)

CSJ2K.j2k.roi.encoder.SubbandRectROIMask

SubbandRectROIMask Class

This class describes the ROI mask for a single subband. Each object of the class contains the mask for a particular subband and also has references to the masks of the children subbands of the subband corresponding to this mask. This class describes subband masks for images containing only rectangular ROIS

Inheritance
SubbandRectROIMask
Namespace: CSJ2K.j2k.roi.encoder
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class SubbandRectROIMask : SubbandROIMask

Constructors

Name Description
SubbandRectROIMask(Subband, int[], int[], int[], int[], int)

The constructor of the SubbandROIMask takes the dimensions of the subband as parameters. A tree of masks is generated from the subband sb. Each Subband contains the boundaries of each ROI.

Fields

Name Description
lrxs

The lower right x coordinates of the applicable ROIs

lrys

The lower right y coordinates of the applicable ROIs

ulxs

The upper left x coordinates of the applicable ROIs

ulys

The upper left y coordinates of the applicable ROIs