Class FileJPEG2000.opj_packet_info_t

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

class FileJPEG2000.opj_packet_info_t extends Object
Index structure : Information concerning a packet inside tile
  • Field Details

    • start_pos

      long start_pos
      packet start position (including SOP marker if it exists)
    • end_ph_pos

      long end_ph_pos
      end of packet header position (including EPH marker if it exists)
    • end_pos

      long end_pos
      packet end position
    • disto

      double disto
      packet distorsion
  • Constructor Details

    • opj_packet_info_t

      opj_packet_info_t()