Skip to content

bemoregt/wwHistogramMatching

Repository files navigation

wwHistogramMatching

Histogram Matching for Openframeworks using ofxCv

HMat example

Alogrithm

  • It uses not a PDF but a CDF of histogram. Because just CDF is one-to-one function for color converting.

Dependency

  • OpenFrameworks 0.10.1
  • ofxCv
  • ofxOpenCv
  • ofxGUI
  • XCode 10.12.x
  • OSX Mojave

Next Plan

  • Image load dialog
  • Adjust Matching Ratio

Reference