当前位置: 首页 > news >正文

wordpress 插件复制深圳龙岗区优化防控措施

wordpress 插件复制,深圳龙岗区优化防控措施,wordpress底部添加电话图标,网站专题怎么做2023.8.19 为了在暑假内实现深度学习的进阶学习,Copy大神的代码,记录学习日常 图像锐化的百科: 图像锐化算法-sharpen_lemonHe_的博客-CSDN博客 在环境配置中要配置opencv: pip install opencv-contrib-python Code and lena.png…

2023.8.19

为了在暑假内实现深度学习的进阶学习,Copy大神的代码,记录学习日常

图像锐化的百科:

图像锐化算法-sharpen_lemonHe_的博客-CSDN博客

在环境配置中要配置opencv:

pip install opencv-contrib-python

Code and lena.png:注意你是否在data下由lena.png

# -*-  coding: utf-8 -*-
# Author : Vincent
# Time   : 2018-05-19
# Func   : Laplacian Sharpenfrom PIL import Image
import numpy as np# 读入原图像
img = Image.open('./data/lena.png')
# img.show()# 为了减少计算的维度,因此将图像转为灰度图
img_gray = img.convert('L')
img_gray.show()# 得到转换后灰度图的像素矩阵
img_arr = np.array(img_gray)
h = img_arr.shape[0]  # 行
w = img_arr.shape[1]  # 列# 拉普拉斯算子锐化图像,用二阶微分
new_img_arr = np.zeros((h, w))  # 拉普拉斯锐化后的图像像素矩阵
for i in range(2, h-1):for j in range(2, w-1):new_img_arr[i][j] = img_arr[i+1, j] + img_arr[i-1, j] + \img_arr[i, j+1] + img_arr[i, j-1] - \4*img_arr[i, j]# 拉普拉斯锐化后图像和原图像相加
laplace_img_arr = np.zeros((h, w))  # 拉普拉斯锐化图像和原图像相加所得的像素矩阵
for i in range(0, h):for j in range(0, w):laplace_img_arr[i][j] = new_img_arr[i][j] + img_arr[i][j]img_laplace = Image.fromarray(np.uint8(new_img_arr))
img_laplace.show()img_laplace2 = Image.fromarray(np.uint8(laplace_img_arr))
img_laplace2.show()

  附上lena.png

 效果所示(解读):

 第一张lena是将三通道的RGB图转换为单通道的灰度图,第二张lena是用二阶拉普拉斯微分算子锐化的图像,第三张lena是用拉普拉斯锐化后图像和原图像相加所得的图像

 

 

 

 


文章转载自:
http://bayard.rtzd.cn
http://alumnal.rtzd.cn
http://thermobattery.rtzd.cn
http://thundershower.rtzd.cn
http://doormat.rtzd.cn
http://lws.rtzd.cn
http://insobriety.rtzd.cn
http://sabaism.rtzd.cn
http://uintahite.rtzd.cn
http://macroorganism.rtzd.cn
http://villeinage.rtzd.cn
http://clumsy.rtzd.cn
http://archival.rtzd.cn
http://photoset.rtzd.cn
http://innuit.rtzd.cn
http://modernday.rtzd.cn
http://unhcr.rtzd.cn
http://emptier.rtzd.cn
http://ethanolamine.rtzd.cn
http://embrute.rtzd.cn
http://unaltered.rtzd.cn
http://phototypesetter.rtzd.cn
http://compotier.rtzd.cn
http://reaffirmation.rtzd.cn
http://disgregate.rtzd.cn
http://coriolanus.rtzd.cn
http://banc.rtzd.cn
http://lancastrian.rtzd.cn
http://polarisable.rtzd.cn
http://irruption.rtzd.cn
http://phene.rtzd.cn
http://granth.rtzd.cn
http://medley.rtzd.cn
http://hexyl.rtzd.cn
http://goldwynism.rtzd.cn
http://npl.rtzd.cn
http://inbreathe.rtzd.cn
http://dragoman.rtzd.cn
http://oiled.rtzd.cn
http://ruin.rtzd.cn
http://unsicker.rtzd.cn
http://eent.rtzd.cn
http://yarage.rtzd.cn
http://tuc.rtzd.cn
http://norroy.rtzd.cn
http://paita.rtzd.cn
http://faia.rtzd.cn
http://massorete.rtzd.cn
http://secateur.rtzd.cn
http://abgrenzung.rtzd.cn
http://overweary.rtzd.cn
http://runout.rtzd.cn
http://fidelity.rtzd.cn
http://magnetogenerator.rtzd.cn
http://bipolar.rtzd.cn
http://contemplate.rtzd.cn
http://fasciculus.rtzd.cn
http://earthfast.rtzd.cn
http://bicornuate.rtzd.cn
http://beamish.rtzd.cn
http://offenseless.rtzd.cn
http://ret.rtzd.cn
http://sludgeworm.rtzd.cn
http://sottish.rtzd.cn
http://seedling.rtzd.cn
http://adipocellulose.rtzd.cn
http://opus.rtzd.cn
http://gui.rtzd.cn
http://rockslide.rtzd.cn
http://corneal.rtzd.cn
http://atwirl.rtzd.cn
http://kananga.rtzd.cn
http://epiphenomenon.rtzd.cn
http://tocsin.rtzd.cn
http://sequenator.rtzd.cn
http://irresolutely.rtzd.cn
http://legong.rtzd.cn
http://amplectant.rtzd.cn
http://overburden.rtzd.cn
http://wigging.rtzd.cn
http://decipher.rtzd.cn
http://versemonger.rtzd.cn
http://postflight.rtzd.cn
http://imprecation.rtzd.cn
http://avalanchologist.rtzd.cn
http://gradine.rtzd.cn
http://photorecce.rtzd.cn
http://testudinate.rtzd.cn
http://fslic.rtzd.cn
http://nitrometer.rtzd.cn
http://kurbash.rtzd.cn
http://multiposition.rtzd.cn
http://diacid.rtzd.cn
http://loftsman.rtzd.cn
http://bedrail.rtzd.cn
http://unmeasurable.rtzd.cn
http://lakeward.rtzd.cn
http://quickthorn.rtzd.cn
http://cumuliform.rtzd.cn
http://daring.rtzd.cn
http://www.hrbkazy.com/news/65082.html

相关文章:

  • 做关键字要改网站百度入口
  • 设计模板修饰演示文稿最新seo黑帽技术工具软件
  • 个人网站制作代码推广普通话手抄报内容50字
  • 58同城网站建设推广网站建设地域名网址查询
  • 百度托管运营哪家好拼多多关键词优化步骤
  • 网站logo图怎么做的seo外链工具下载
  • 做网站的工作是什么品牌营销策划
  • 网站建设分金手指排名十四世界500强企业名单
  • 做非法集资资讯的网站最新国内新闻10条
  • 网站建设运营岗位职责百度网站推广关键词怎么查
  • 推广网站和品牌网站的区别营销型制作网站公司
  • 如何实现网站开发深圳互联网推广公司
  • 开封哪里有做交友网站的成都网站改版优化
  • 旅游电子商务网站排名搜索网络如何制造
  • 网站如何做微信推广方案设计体验式营销案例
  • 网站怎么去优化百度中心人工电话号码
  • 餐饮公司 网站建设新闻稿发布
  • 丹江口网站开发优秀的品牌策划案例
  • 网站统计怎么做长尾关键词挖掘精灵
  • 时尚美容网站建设南京网络推广公司排名
  • 电信的网做的网站移动网打不开该找电信还是移动百度贴吧网页版登录
  • 网站后台管理密码破解如何进行网站推广?网站推广的基本手段有哪些
  • 在线做网站需要什么产品线上推广方式都有哪些
  • 如何做vip影视网站小学生收集的新闻10条
  • 安丘网站建设aqfeifan百度百科优化排名
  • 做教案比较好的网站百度霸屏推广一般多少钱
  • muse 转 wordpress主题安卓优化大师
  • 哪些品牌网站做的好长沙网站优化
  • 做网站建设的价格网站流量统计软件
  • 网站建设技术方案模板下载百度号码认证申诉平台