Techno504 / picture-collage

Uses image link to generate collage of edits of the picture using OpenCV with Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

picture-collage

Uses image link to generate collage of edits of the picture using OpenCV with Python.

Inspired by Murtaza's Workshop - Robotics and AI with this video.

Uses urllib to process URL requests.

How it works:

Asks for image link

image

User copies and inserts image link

image image

Displays Collage

Program displays various edits of the image, including: original, HSV, canny, blur, dialation, greyscale.

image

Trackbars

Program also displays moveable trackbars that can be implemeted in the future to alter the collage live.

image

Future Improvements

Some possible future improvements include:

  • Linking trackbars to collage to change it live.
  • Displaying name of edit under each image.
  • Ability to save colllage.

About

Uses image link to generate collage of edits of the picture using OpenCV with Python


Languages

Language:Python 100.0%