Skip to content

thu105/PhotoMosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhotoMosaic

Using OpenMP to create photo mosaic effect

Comments

  • take out -fopenmp flag to run in serial or if the library is not supported
  • this project only works on a Linux machine (has not implemented file search for Windows yet)
  • has not created Makefile yet for compilation
  • replace the rgbTable to reset the database

Commands

Pre-process:

  • Create img folder and add any number of images to add to the database
  • Compile using "g++ -fopenmp process.cpp -o [filename]"
  • Execute using "./[filename]"

Create Mosaic:

  • Get a target image (the higher the quality the better)
  • Compile using "g++ -fopenmp main.cpp -o [filename]"
  • Execute using "./[filename]"

Reference:

Releases

No releases published

Packages

No packages published