Class charls.charls_jpegls_pc_parameters

  • Enclosing class:
    charls

    class charls.charls_jpegls_pc_parameters
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maximum_sample_value

        int maximum_sample_value
      • threshold1

        int threshold1
      • threshold2

        int threshold2
      • threshold3

        int threshold3
      • reset_value

        int reset_value
    • Constructor Detail

      • charls_jpegls_pc_parameters

        public charls_jpegls_pc_parameters()
      • charls_jpegls_pc_parameters

        public charls_jpegls_pc_parameters​(int maximum_sample_value,
                                           int threshold1,
                                           int threshold2,
                                           int threshold3,
                                           int reset_value)