Class FileJPEG2000.opj_image_cmptparm_t

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

class FileJPEG2000.opj_image_cmptparm_t extends Object
Component parameters structure used by the opj_image_create function
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    image depth in bits
    (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
    data height
    (package private) int
    precision
    (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)
  • Constructor Details

    • opj_image_cmptparm_t

      opj_image_cmptparm_t()