{"id":19510728,"url":"https://github.com/meta-ben/mosaicmaker","last_synced_at":"2026-05-17T05:36:41.808Z","repository":{"id":248617008,"uuid":"829191338","full_name":"Meta-Ben/MosaicMaker","owner":"Meta-Ben","description":"2017 - C++ / OPENCV Mosaic making tool","archived":false,"fork":false,"pushed_at":"2024-07-16T00:20:26.000Z","size":32789,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T23:13:05.746Z","etag":null,"topics":["cpp","mosaic","opencv"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Meta-Ben.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-16T00:18:25.000Z","updated_at":"2024-07-16T00:50:23.000Z","dependencies_parsed_at":"2024-07-16T05:08:51.669Z","dependency_job_id":null,"html_url":"https://github.com/Meta-Ben/MosaicMaker","commit_stats":null,"previous_names":["amealky/mosaicmaker","meta-ben/mosaicmaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Meta-Ben/MosaicMaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FMosaicMaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FMosaicMaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FMosaicMaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FMosaicMaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meta-Ben","download_url":"https://codeload.github.com/Meta-Ben/MosaicMaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meta-Ben%2FMosaicMaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285187925,"owners_count":27129352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","mosaic","opencv"],"created_at":"2024-11-10T23:17:06.591Z","updated_at":"2025-11-19T05:04:29.459Z","avatar_url":"https://github.com/Meta-Ben.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"``Reupload project from 2017 : This project was recovered so don't take commits into accounts``\n\n\u003ch1 align=\"center\"\u003e🖼️ Mosaic Maker 🖼️\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://fr.wikipedia.org/wiki/C%2B%2B\"\u003e \n        \u003cimg src=\"https://img.shields.io/badge/C++17-%204--2--1?style=for-the-badge\u0026label=language\u0026color=blue\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://opencv.org/\"\u003e \n        \u003cimg src=\"https://img.shields.io/badge/3--2--0-OpenCV%204--2--1?style=for-the-badge\u0026logo=opencv\u0026logoColor=white\u0026label=OPENCV%20version\u0026color=white\"\u003e\n    \u003c/a\u003e\n  \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n        \u003cimg src=\"https://github.com/Amealky/MosaicMaker/blob/main/output/resultImages/girl1.JPG\" width=\"200\" height=\"200\"\u003e\n        \u003cimg src=\"https://github.com/Amealky/MosaicMaker/blob/main/output/resultImages/jamie_fox.JPG\" width=\"200\" height=\"200\"\u003e\n        \u003cimg src=\"https://github.com/Amealky/MosaicMaker/blob/main/output/resultImages/amanda.JPG\" width=\"200\" height=\"200\"\u003e\n        \u003cimg src=\"https://github.com/Amealky/MosaicMaker/blob/main/output/resultImages/girl2.JPG\" width=\"200\" height=\"200\"\u003e\n\u003c/p\u003e\n\n\n## Overview\nThis project is C++ and OpenCV program to transform a picture into a Mosaic using a bank of images, you can play with multiple variable into the ``config/`` folder to impact the final result like :\n- Size of a tiles\n- Size of output image\n- Images to use ( by modifying the images into the ``imagesBank/`` folder )\n- Input image by replacing the ``input_image.jpg``\n\n## Run it\nThe github file already provide the ``.exe`` just double click on the file ( Only available for windows )\n\nThe result is stored under ``output/resultImages/`` folder\n\n## Build the project\nIf you want to build the project you can follow the steps below :\n\n- Download [OpenCV 3.2.0](https://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.2.0/opencv-3.2.0-vc14.exe/download)\n- Install [Visual Studio](https://visualstudio.microsoft.com/fr/)\n- Open the project\n- Add OpenCV libs and includes [How to do](https://docs.opencv.org/4.x/dd/d6e/tutorial_windows_visual_studio_opencv.html)\n- Build it \n\n\nNote : Build with G++11.4.0 using OpenCV-3.2.0\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Fmosaicmaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeta-ben%2Fmosaicmaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeta-ben%2Fmosaicmaker/lists"}