8000 GitHub - bemoregt/gpPhaseOnlyCorrelation: Phase Only Correlation for Openframeworks using ofxCv
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bemoregt/gpPhaseOnlyCorrelation

Repository files navigation

ofxPhaseOnlyCorrelation

Phase Only Correlation for Openframeworks C++ using ofxCv

POC example

  • White Circle Radius means translation magnitude between first & second images.
  • White Radius Vector means translation direction between first & second images.
  • Youtube Demo: https://youtu.be/eUUybOGPA58

Algorithm

  • POC is a kind of template matching A/G that use 2D FFT.
  • POC shows more sharp matching peaks than template matching of spatial domain because of only phase information.

Dependency

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

Next Plan

  • Color Graphics (easy)
  • Realtime VideoFile POC (easy)
  • Realtime WebCam POC (easy)
  • Post processing in Correlation space by native POC implementation !! (challengable)

Releases

No releases published

Packages

No packages published
0