最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

python 計數(shù) global變量使用

2020-03-10 16:33 作者:一心想當網(wǎng)紅的李老師  | 我要投稿

# -*- coding: utf-8 -*-

"""

Created on Tue Mar 10 14:04:43 2020


@author: liyan

"""

import tkinter

from tkinter import *

from PIL import Image,ImageTk

from tkinter.filedialog import askopenfilename

import time

import CV2

import tkinter as tk

import array

import numpy as np



data=[]

count=0



def getposBgr(event, x, y, flags, param):

? ? if event==CV2.EVENT_LBUTTONDOWN:

? ? ? ? print("Bgr is", img[y, x])

? ? ? ? global count ? ####不定義會報錯。

? ? ? ? count=count+1

? ? ? ? data=img[y, x]

? ? ? ? print(data)

? ? ? ? f=open('data.txt','a')

? ? ? ? info=str(count)+";"+str(data[0])+";"+str(data[1])+";"+str(data[2])+"\n"

? ? ? ? f.write(info)

? ? ? ? f.close()


? ? ??

top=tkinter.Tk()

file_path=askopenfilename()

img = CV2.imread(file_path)

print(img)

HSV = CV2.cvtColor(img, CV2.COLOR_BGR2HSV)

CV2.imshow('image', img)

CV2.setMouseCallback("image", getposBgr)

CV2.waitKey(0)

CV2.destroyAllWindows()

top.mainloop()?


python 計數(shù) global變量使用的評論 (共 條)

分享到微博請遵守國家法律
株洲市| 鲁甸县| 江城| 兴安盟| 民权县| 湖北省| 南靖县| 凌云县| 南安市| 黑河市| 德州市| 沧州市| 名山县| 石渠县| 那坡县| 永吉县| 遵义市| 恩平市| 高碑店市| 广南县| 灯塔市| 曲麻莱县| 天祝| 武威市| 西林县| 琼结县| 田阳县| 石渠县| 象州县| 高清| 鹤岗市| 定西市| 古蔺县| 武义县| 巨鹿县| 阜南县| 西贡区| 万安县| 乌恰县| 高安市| 巴马|