Skip to content

[Enchancement] Expose methods in phasecorr.cpp #19767

@themronion

Description

@themronion

I've recently discovered that there is a mulSpectrums() method, but no divSpectrums() method publically available. I've did a small research and found that actually the method is actually present in opencv, but only internally -

static void divSpectrums( InputArray _srcA, InputArray _srcB, OutputArray _dst, int flags, bool conjB)

Also the file includes other very helpful methods. So, i think it would be cool to expose these methods.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions