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

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

python 讀取圖片信息寫入文件

2020-03-10 14:56 作者:一心想當(dāng)網(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=[]


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

? ? if event==CV2.EVENT_LBUTTONDOWN:

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

? ? ? ? print(img[y, x])

? ? ? ? data.append(img[y, x])

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

? ? ? ? f.write(data)

? ? ? ? f.close()


def openfile():

? ? file_path=askopenfilename()

? ? img = CV2.imread(file_path)

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

? ? CV2.imshow('image', img)

? ? CV2.setMouseCallback("image", getposBgr)

? ? CV2.waitKey(0)

? ? CV2.destroyAllWindows()

? ? ? ?

top=tkinter.Tk()

Button1=tkinter.Button(top, text ="選擇圖片", command = openfile)

Button1.pack(padx=5) # 構(gòu)建窗口

top.mainloop()


python 讀取圖片信息寫入文件的評論 (共 條)

分享到微博請遵守國家法律
大埔区| 镶黄旗| 绥宁县| 新密市| 平顶山市| 翁源县| 宜宾县| 茶陵县| 开封县| 天津市| 福海县| 涟水县| 五大连池市| 嘉黎县| 长寿区| 浮山县| 托里县| 娄烦县| 开远市| 九江县| 措美县| 乐平市| 台中县| 平邑县| 深泽县| 邛崃市| 林口县| 墨竹工卡县| 朔州市| 武胜县| 莱州市| 本溪| 华安县| 延边| 宁蒗| 永修县| 永定县| 小金县| 临夏市| 吉林市| 湖南省|