Skip to content

F-Serra/Photomosaic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Photomosaic

Creating photomosaics in java and openCV

  1. Crop source images to 96x96 rectangles.
  2. Hash source images into buckets by their mean RGB-value.
    e.g.: (255, 10, 20) -> (1,0,0) -> 4; (10, 200, 200) -> (0,1,1) -> 3
  3. Iterate over target image fields and find the source image with the highest similarity.

I tried three ways to measure image similarity:

Example (MSE):

About

Creating photomosaics in java and openCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages