Python for Art — Blending Two Images using OpenCV

By Medium - 2020-12-06

Description

Hands-on Intermediate Level Computer Vision Project

Summary

  • Python for Art — Blending Two Images using OpenCV Hands-on Intermediate Level Computer Vision Project In this article, I will show you how to create nice looking custom designs using Python.
  • it gives me the opportunity to work in very different areas depending on the interest.
  • And for OpenCV to work fine, we have to install the numpy library too.
  • Here is the line to save the image as a new image file in the folder.

 

Topics

  1. Coding (0.17)
  2. NLP (0.12)
  3. Machine_Learning (0.11)

Similar Articles

8 Image Processing Python Packages That You Must Try

By Medium - 2021-03-23

Python is one of the most used programming languages in the world. It is capable of doing many things with less effort and fewer lines of code. It can also be used to edit and recreate images very…

Targeted adversarial attacks with Keras and TensorFlow

By PyImageSearch - 2020-10-26

In this tutorial, you will learn how to perform targeted adversarial attacks and construct targeted adversarial images using Keras, TensorFlow, and Deep Learning. Last week’s tutorial covered untarget ...