佳木斯湛栽影视文化发展公司

主頁 > 知識(shí)庫 > python將圖片轉(zhuǎn)為矢量圖的方法步驟

python將圖片轉(zhuǎn)為矢量圖的方法步驟

熱門標(biāo)簽:百度AI接口 Win7旗艦版 企業(yè)做大做強(qiáng) 語音系統(tǒng) 電話運(yùn)營(yíng)中心 硅谷的囚徒呼叫中心 呼叫中心市場(chǎng)需求 客戶服務(wù)

本文主要介紹了python圖片轉(zhuǎn)為矢量圖,分享給大家,具體如下:

import numpy as np
import matplotlib.pyplot as plt
import cv2
fig, ax = plt.subplots()

plt.figure(1)
image=cv2.imread("2.jpg")
# you can specify the marker size two ways directly:
# 這樣一個(gè)一個(gè)像素太慢了故而要將同樣顏色的坐標(biāo)進(jìn)行分類處理
color_class=[]
x_y=dict()
for x,w in enumerate(image):
  for y,colors in enumerate(w):
    if colors.tolist() not in color_class:
      s=image[:, :, :1] == colors[0]
      s1=image[:, :, 1:2] == colors[1]
      s2=image[:, :, 2:3] == colors[2]
      ss=s*s1*s2

      color_class.append(colors.tolist())
      x_y[len(color_class)]=np.where(ss.reshape((ss.shape[0],ss.shape[1])))



    print(x,y)
for i ,colors in enumerate(color_class):
  a, b = x_y[i + 1]
  plt.plot(a,b, ".",color=[colors[2]/255,colors[1]/255,colors[0]/255], markersize=1, label='a') # blue circle with size 20

fig.savefig('scatter.svg', dpi=200, format='svg')
if __name__ == '__main__':
  pass

到此這篇關(guān)于python將圖片轉(zhuǎn)為矢量圖的方法步驟的文章就介紹到這了,更多相關(guān)python圖片轉(zhuǎn)為矢量圖內(nèi)容請(qǐng)搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持腳本之家!

您可能感興趣的文章:
  • python簡(jiǎn)單實(shí)現(xiàn)旋轉(zhuǎn)圖片的方法
  • 使用Python腳本將文字轉(zhuǎn)換為圖片的實(shí)例分享
  • Python3實(shí)現(xiàn)轉(zhuǎn)換Image圖片格式
  • Python 將pdf轉(zhuǎn)成圖片的方法
  • python將文本轉(zhuǎn)換成圖片輸出的方法
  • Python之文字轉(zhuǎn)圖片方法
  • 將python圖片轉(zhuǎn)為二進(jìn)制文本的實(shí)例
  • python使用reportlab實(shí)現(xiàn)圖片轉(zhuǎn)換成pdf的方法
  • Python將圖片轉(zhuǎn)換為字符畫的方法

標(biāo)簽:崇左 海南 山西 長(zhǎng)沙 山西 濟(jì)南 安康 喀什

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《python將圖片轉(zhuǎn)為矢量圖的方法步驟》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266
    乐安县| 伊吾县| 邵东县| 罗江县| 蒲江县| 美姑县| 宿州市| 凤山市| 枝江市| 石嘴山市| 炎陵县| 滦南县| 尖扎县| 桂阳县| 万全县| 淮滨县| 大名县| 宝清县| 襄樊市| 哈巴河县| 洪江市| 绵竹市| 汶上县| 梨树县| 河南省| 黎川县| 博野县| 于田县| 鄂托克前旗| 报价| 三亚市| 邻水| 黎平县| 莱芜市| 榆中县| 宁海县| 汉源县| 凌源市| 广宗县| 秀山| 健康|