Collage Maker With OpenCV In Python

Prachi Namdeo Mar 04, 2021

In this project, we have implemented a collage maker with opencv in python which creates a collage of 4 grids of a particular image.

In this, you have to install opencv-python and numpy packages.

With the help of the following command, we can install it.

cmd:- pip install opencv-python

cmd:-pip install numpy

It is necessary that images should be in RGB format.

You can vary the size of the image by making a few changes in code. By default, it considers a maximum size of (250,250).

At your convenience, you can take different images to make a collage, by making a few changes in code.

It only creates a collage of four grids.

Project Files

Loading...
..
This directory is empty.

Comments (0)

Leave a Comment