Class FileJPEG2000.opj_image_comp_t

  • Enclosing class:
    FileJPEG2000

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

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

      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • opj_image_comp_t

        opj_image_comp_t()