Hi, All.
I have made Openframeworks version of Log-Polar POC code.
It is used for Scale & Rotation-invariant Image Matching,
The POC means Phase Only Correlation.
Thanks.
from @bemoregt.
Hi, All.
I have made Openframeworks version of Log-Polar POC code.
It is used for Scale & Rotation-invariant Image Matching,
The POC means Phase Only Correlation.
Thanks.
from @bemoregt.
Hey, all of these examples lately are really great. Thanks for making them. One request – rather than naming them like an addon (with the ofx
prefix, which is usually how we find addons on github, ofxAddons.com, etc), maybe you could you collect them in an single repository like “OpenCVExamples” or something. I’m teaching a computer vision course right now with openFrameworks and I’d love to show some of your examples, but there is some confusion since they look like addons (e.g. ofxLogPolarPOC), but they are actually great examples, rather than addons. Additionally it would be nice to download a single repository of all of these great examples at once and git pull
to get your latest additions. Alternatively, if you are going to name them like addons using the format of https://github.com/openframeworks/ofxAddonTemplate or https://github.com/bakercp/ofxAddon would help clarify how they are used for beginners.
Anyway, thanks for all of the great work and for considering the request!