xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.14KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-03-03
  • 語言: Python
  • 標(biāo)簽: 圖像??計(jì)算??

資源簡介

計(jì)算二維圖像信息熵

資源截圖

代碼片段和文件信息

#?-*-?coding:?utf-8?-*-
“““
Created?on?Sun?Apr?28?10:12:20?2019

@author:?宣
“““

from?skimage?import?iocolor
import?numpy?as?np
import?math

img?=?io.imread(‘E:\lena24__.bmp‘)
gray?=?color.rgb2gray(img)
#io.imshow(gray)
#print(img)
width?=?img.shape[0]
height?=?img.shape[1]
toll?=?img.size

print(‘圖像的大小為:{}*{}‘.format(widthheight))

levelcount?=?[]
psb?=?[]

#計(jì)算概率保留小數(shù)n位
n=4

def?plogp(count):
????add?=?[]
????for?i?in?range(len(count)):
????????if?count[i]==0:
????????????add.

評論

共有 條評論