<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                # class Statistics – 統計數據對象 統計數據對象是由`histogram.get_statistics`或?`image.get_statistics`返回的。 灰度統計數據有一個通道,使用非?`l_*`、?`a_*`或?`b_*`方法。 RGB565百分比值有三個通道。使用?`l_*`、?`a_*`和?`b_*`方法。 ## 構造函數 ``` class image.statistics ``` 請調用`histogram.get_statistics()`或`image.get_statistics()`函數來創建此對象。 ## 方法 ``` statistics.mean() ``` > 灰度均值 *參數:* * 無 *返回:* * 返回灰度均值(0-255) (int)。 您也可以通過索引`[0]`取得這個值。 ``` statistics.median() ``` *參數:* * 無 *返回:* * 返回灰度中值(0-255) (int)。 您也可以通過索引`[1]`取得這個值。 ``` statistics.mode() ``` *參數:* * 無 *返回:* * 返回灰度眾值(0-255) (int)。 您也可以通過索引`[2]`取得這個值。 ``` statistics.stdev() ``` *參數:* * 無 *返回:* * 返回灰度標準差(0-255) (int)。 您也可以通過索引`[3]`取得這個值。 ``` statistics.min() ``` *參數:* * 無 *返回:* * 返回灰度最小值(0-255) (int)。 您也可以通過索引`[4]`取得這個值。 ``` statistics.max() ``` *參數:* * 無 *返回:* * 返回灰度最大值(0-255) (int)。 您也可以通過索引`[5]`取得這個值。 ``` statistics.lq() ``` *參數:* * 無 *返回:* * 返回灰度下四分值(0-255) (int)。 您也可以通過索引`[6]`取得這個值。 ``` statistics.uq() ``` *參數:* * 無 *返回:* * 返回灰度上四分值(0-255) (int)。 您也可以通過索引`[7]`取得這個值。 ``` statistics.l_mean() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的均值(0-255) (int)。 您也可以通過索引`[0]`取得這個值。 ``` statistics.l_median() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的中值(0-255) (int)。 您也可以通過索引`[1]`取得這個值。 ``` statistics.l_mode() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的眾值(0-255) (int)。 您也可以通過索引`[2]`取得這個值。 ``` statistics.l_stdev() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的標準偏差值(0-255) (int)。 您也可以通過索引`[3]`取得這個值。 ``` statistics.l_min() ``` 返回RGB5656 LAB 中L的最小值(0-255) (int)。 您也可以通過索引`[4]`取得這個值。 ``` statistics.l_max() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的最大值(0-255) (int)。 您也可以通過索引`[5]`取得這個值。 ``` statistics.l_lq() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的下四分值(0-255) (int)。 您也可以通過索引`[6]`取得這個值。 ``` statistics.l_uq() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中L的上四分值(0-255) (int)。 您也可以通過索引`[7]`取得這個值。 ``` statistics.a_mean() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的均值(0-255) (int)。 您也可以通過索引`[8]`取得這個值。 ``` statistics.a_median() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的中值(0-255) (int)。 您也可以通過索引`[9]`取得這個值。 ``` statistics.a_mode() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的眾值(0-255) (int)。 您也可以通過索引`[10]`取得這個值。 ``` statistics.a_stdev() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的標準偏差值(0-255) (int)。 您也可以通過索引`[11]`取得這個值。 ``` statistics.a_min() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的最小值(0-255) (int)。 您也可以通過索引`[12]`取得這個值。 ``` statistics.a_max() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的最大值(0-255) (int)。 您也可以通過索引`[13]`取得這個值。 statistics.a_lq() *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的下四分值(0-255) (int)。 您也可以通過索引`[14]`取得這個值。 ``` statistics.a_uq() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中A的上四分值(0-255) (int)。 您也可以通過索引`[15]`取得這個值。 ``` statistics.b_mean() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的均值(0-255) (int)。 您也可以通過索引`[16]`取得這個值。 ``` statistics.b_median() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的中值(0-255) (int)。 您也可以通過索引`[17]`取得這個值。 ``` statistics.b_mode() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的眾值(0-255) (int)。 您也可以通過索引`[18]`取得這個值。 ``` statistics.b_stdev() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的標準差值(0-255) (int)。 您也可以通過索引`[19]`取得這個值。 ``` statistics.b_min() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的最小值(0-255) (int)。 您也可以通過索引`[20]`取得這個值。 ``` statistics.b_max() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的最大值(0-255) (int)。 您也可以通過索引`[21]`取得這個值。 ``` statistics.b_lq() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的下四分值(0-255) (int)。 您也可以通過索引`[22]`取得這個值。 ``` statistics.b_uq() ``` *參數:* * 無 *返回:* * 返回RGB5656 LAB 中B的上四分值(0-255) (int)。 您也可以通過索引`[23]`取得這個值。
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看