Uses of Class
jj2000.j2k.roi.encoder.ROI
-
Packages that use ROI Package Description jj2000.j2k.roi.encoder -
-
Uses of ROI in jj2000.j2k.roi.encoder
Fields in jj2000.j2k.roi.encoder declared as ROI Modifier and Type Field Description protected ROI[]
ROIMaskGenerator. rois
Array containing the ROIsMethods in jj2000.j2k.roi.encoder that return ROI Modifier and Type Method Description ROI[]
ROIMaskGenerator. getROIs()
This function returns the ROIs in the imageConstructors in jj2000.j2k.roi.encoder with parameters of type ROI Constructor Description ArbROIMaskGenerator(ROI[] rois, int nrc, Quantizer src)
The constructor of the arbitrary mask generatorRectROIMaskGenerator(ROI[] ROIs, int nrc)
The constructor of the mask generator.ROIMaskGenerator(ROI[] rois, int nrc)
The constructor of the mask generator
-