Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.28 KB

color-harmonization-julia

This is an implementation of the paper by the same name.

Setting up

  1. Clone the repo and then from the root directory type ] activate .
  2. ] instantiate

Demo result

  • Perform harmonization on an image according to a given template: harmonize(image, template)

  • Perform harmonization on an image given a reference image according to a given template:

    • harmonize(image, reference_image, template).
    • Reference image:
    • Output for selected templates:
  • Results on natural images:

    • Reference image:
    • Output for selected templates:

To do

  • Solve the issue of nearby pixels getting mapped to far away values
  • Experiments:
    • Try to spread out pixels even when they fall within a sector
    • Deal with grey values