Home

Welcome to My New Education Blog

  • My First Blog Post

    October 26, 2019 by

    Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.

  • Read and Write Image

    October 26, 2019 by

    Read image Using Opencv Python Import Package import cv2 # to read an image import numpy as np # for array manipulation import matplotlib.pyplot as plt # for display an image file_name=’im.png’ # file name x=cv2.imread(file_name) # Read an image plt.imshow(x) # display an image

View all posts

Follow My Blog

Get new content delivered directly to your inbox.

Design a site like this with WordPress.com
Get started