Skip to content

Cocyer

Learning Programming From Beginner to Professional

  • Home
  • Python
  • NumPy
  • Pandas
  • Matplotlib
  • OpenCV
  • Pillow
  • PHP
  • JavaScript
    • Node.js Tutorial
  • Linux
Main Menu
  • Python Audio Processing: Split Audio File on Silence Using Pydub

  • JavaScript: Split a String Using Regular Expressions

  • Python File Processing: Copy File – A Beginner Guide

  • Python: Download All Images from HTML Page – A Step Guide

  • Python Network Processing: Get Domain Whois Information Using Python-Whois

Python Audio Processing: Split Audio File on Silence Using Pydub
JavaScript: Split a String Using Regular Expressions
Python OpenCV - Remove Noise in Image Using Midpoint Filter for Beginners

Python OpenCV: Remove Noise in Image Using Midpoint Filter

March 26, 2021cocyer
In this tutorial, we will introduce how to remove image noise using midpoint filter in python opencv. You can implement this function step [...]
Python OpenCV - Remove Noise from an Image Using cv2.filter2D()

Python OpenCV: Remove Noise from an Image Using cv2.filter2D()

March 26, 2021March 26, 2021cocyer
There are many different types of noise in raw images, like Gaussian noise, salt and pepper noise, etc. In this tutorial, we will [...]
Python Pillow - Add Padding for an Image Using Image.paste() for Beginners

Python Pillow: Add Padding for an Image Using Image.paste()

March 26, 2021cocyer
In this tutorial, we will use an example to show you how to add padding for an image using Image.paste(). 1.Open an image [...]
Python Pillow - Create a QRCode Image with a Logo Image in Center for Beginners

Python Pillow: Create a QRCode Image with a Logo Image in Center

March 26, 2021cocyer
In this tutorial, we will use an example to show you how to create a qrcode image with a logo image in its [...]
Python Pillow - Insert QRCode into an Image Using Image.paste() for Beginners

Python Pillow: Insert QRCode into an Image Using Image.paste()

March 26, 2021cocyer
In this tutorial, we will introduce how to add a qrcode image on an image using python pillow Image.paste(). 1.Open an image import qrcode [...]
Python Pillow - Create a QRCode Image with Background Color - A Step Guide

Python Pillow: Create a QRCode Image with Background Color

March 26, 2021cocyer
In this tutorial, we will use an example to show you how to create a qrcode image with different background color. You can [...]
Python Pillow - Create a QRCode Image Using qrcode Library

Python Pillow: Create a QRCode Image Using qrcode Library

March 26, 2021cocyer
In this tutorial, we will introduce how to create a qrcode using python pillow and qrcode library. 1.Install pillow and qrcode library pip [...]
Matplotlib - Use an Image as Plot Background - a step guide

Matplotlib: Use an Image as Plot Background

March 25, 2021cocyer
In this tutorial, we will use an example to show you how to use an image as the plot background for matplotlib plot. [...]
Matplotlib - Change Figure Background Using fig.patch.set_facecolor() for beginners

Matplotlib: Change Figure Background Using fig.patch.set_facecolor()

March 25, 2021March 25, 2021cocyer
In this tutorial, we will use an example to show you how to change figure background using fig.patch.set_facecolor() in matplotlib. 1.Load data for matplotlib [...]
Matplotlib - Change Plot Axes Background Using ax.set_facecolor() for Beginners

Matplotlib: Change Plot Axes Background Using ax.set_facecolor()

March 25, 2021March 25, 2021cocyer
In this tutorial, we will use an example to show you how to change plot axes background using ax.set_facecolor() in matplotlib. 1.Prepare data to [...]

Posts navigation

  • Previous
  • 1
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • …
  • 22
  • Next

Popular

  • Python Pillow - Generate Gradient Image with NumPy for Beginners Python Pillow: Generate Gradient Image with NumPy
Copyright © 2025 Cocyer.