Join Images
Learn how to join images horizontally and vertically.
We'll cover the following...
While editing, we may want to join images to display more of the images at once, perhaps to make them more visually appealing. We’ll be doing precisely that in this lesson.
Joining images horizontally
To join images horizontally, we use the hconcat()
method of the OpenCV library. The parameters of ...