Originally posted by @mateuszbaran in #44
By the way, your definition of NCC seems more related to ZNCC? See here: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3596837/ . Implementation and the docstring are inconsistent about subtracting the mean.
Our NCC implementation is actually zero-mean NCC.
A safe patch to correct the definition is:
Our NCC implementation is actually zero-mean NCC.
A safe patch to correct the definition is:
NCC/nccin favor ofZNCC/zncc(deprecate NCC in favor of ZNCC #65)NCCsymbol in ImageDistances v0.3.0NCCin ImageDistances v0.4.0 (or maybe even later than that)