Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 674 Bytes

README.md

File metadata and controls

30 lines (14 loc) · 674 Bytes

Mosaic-SLIC

Make an image into a mosaic form using the SLIC algorithm

An option to blur the image, as well as add edges to it has been added, but it's possible to activate / desactivate it only by editing the code directly.

( mosaic = image2mosaic(img_path, num=num, compact=10, blur=False, edges=False, boundaries=True) )

Steps

[To be added soon]

Screenshots

Check the "Images" folder files - Screenshots will be added in the markdown later on.

Installation

[To be added soon]

Optimizations

[To be added soon]

Badges

Python