2023-02-09 15:15阅读: 18评论: 0推荐: 0

初学opencv

#opencv学习
import cv2
import matplotlib
#matplotlib.use('agg')
import matplotlib.pyplot as plt
import numpy as np
img=cv2.imread('hblgos.jpg',cv2.IMREAD_GRAYSCALE)
#print(img)
'''cv2.imshow('picture',img)
cv2.waitKey(0)
cv2.destroyAllWindows()'''
'''cv2.imwrite('first.jpg',img=img)
print(img.shape)'''
#poi区域,只捕捉感兴趣的区域
imag=cv2.imread('hblgos.jpg')
#进行切片获得想要的部分
#now=imag[0:50,0:150]
# cv2.imshow('roi',now)
# cv2.waitKey(0)
# cv2.destroyAllWindows()
b,g,r=cv2.split(imag)
print(r.shape)
imag=cv2.merge((b,g,r))
print(imag.shape)
cp_imag=imag.copy()
cp_imag[:,:,0]=0
cp_imag[:,:,1]=1
cv2.imshow('r',cp_imag)
cv2.waitKey(0)
cv2.destroyAllWindows()

本文作者:jinganglang567

本文链接:https://www.cnblogs.com/tgfoven/p/17105414.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   jinganglang567  阅读(18)  评论(0编辑  收藏  举报
  1. 1 look after you louis tomlinson
  2. 2 just hold on louis tomlinson
  3. 3 i can steven cooper
  4. 4 rock me one direction
  5. 5 just can't let her go one direction
  6. 6 this town Niall Horan
  7. 7 cut in love july
  8. 8 nemo 夜愿
  9. 9 in the end Black Veil Brides
  10. 10 glad you came the wanted
  11. 11 chasing the sun the wanted
  12. 12 TAKE MY HAND simple plan
  13. 13 wish i had an angel 夜愿
just hold on - louis tomlinson
00:00 / 00:00
An audio error has occurred, player will skip forward in 2 seconds.

作词 : Sasha Alex Sloan/Eric Rosse

作曲 : Steve Aoki/Louis Tomlinson/Sasha Alex Sloan/Nolan Lambroza/Eric Rosse

Wish that you could build a time machine

So you could see

The things no one can see

Feels like you're standing on the edge

Looking at the stars

And wishing you were them

What do you do when a chapter ends?

Do you close the book and never read it again?

Where do you go when your story's done?

You can be who you were or who you'll become

Oooh

If it all goes wrong

Oooh

Darling just hold on

The sun goes down and it comes back up

The world it turns no matter what

Oooh

If it all goes wrong

Darling just hold on

Oooh

Darling just hold on

Oooh

It's not over until it's all been said

It's not over until your dying breath

So what do you want them to say when you're gone?

That you gave up or that you kept going on?

What do you do when a chapter ends?

Do you close the book and never read it again?

Where do you go when your story's done?

You can be who you were or who you'll become

Oooh

If it all goes wrong

Oooh

Darling just hold on

The sun goes down and it comes back up

The world it turns no matter what

Oooh

If it all goes wrong

Darling just hold on

Oooh

Darling just hold on

Oooh

Oooh

If it all goes wrong

Oooh

Darling just hold on

Oooh

If it all goes wrong

Darling just hold on

点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起