-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
[Enchancement] Expose methods in phasecorr.cpp #19767
Copy link
Copy link
Closed
Labels
category: imgprocfeaturepr: needs testNew functionality requires minimal tests setNew functionality requires minimal tests set
Milestone
Description
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 -
opencv/modules/imgproc/src/phasecorr.cpp
Line 161 in 94f00cf
| 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
category: imgprocfeaturepr: needs testNew functionality requires minimal tests setNew functionality requires minimal tests set