Class FileJPEG2000.opj_image_comp_t

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_image_comp_t
Enclosing class:
FileJPEG2000

class FileJPEG2000.opj_image_comp_t extends Object
Defines a single image component
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) short
    alpha channel
    (package private) int
    image depth in bits
    (package private) int[]
    image component data
    (package private) int
    XRsiz: horizontal separation of a sample of ith component with respect to the reference grid
    (package private) int
    YRsiz: vertical separation of a sample of ith component with respect to the reference grid
    (package private) int
    number of division by 2 of the out image compared to the original size of image
    (package private) int
    data height
    (package private) int
    precision
    (package private) int
    number of decoded resolution
    (package private) int
    signed (1) / unsigned (0)
    (package private) int
    data width
    (package private) int
    x component offset compared to the whole image
    (package private) int
    y component offset compared to the whole image
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • dx

      int dx
      XRsiz: horizontal separation of a sample of ith component with respect to the reference grid
    • dy

      int dy
      YRsiz: vertical separation of a sample of ith component with respect to the reference grid
    • w

      int w
      data width
    • h

      int h
      data height
    • x0

      int x0
      x component offset compared to the whole image
    • y0

      int y0
      y component offset compared to the whole image
    • prec

      int prec
      precision
    • bpp

      int bpp
      image depth in bits
    • sgnd

      int sgnd
      signed (1) / unsigned (0)
    • resno_decoded

      int resno_decoded
      number of decoded resolution
    • factor

      int factor
      number of division by 2 of the out image compared to the original size of image
    • data

      int[] data
      image component data
    • alpha

      short alpha
      alpha channel
  • Constructor Details

    • opj_image_comp_t

      opj_image_comp_t()