opencv / opencv_contrib

Repository for OpenCV's extra modules
Apache License 2.0
9.19k stars 5.74k forks source link

Rename getInteractionMatrix() to computeInteractionMatrix() #3724

Closed catree closed 2 months ago

catree commented 2 months ago

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request


see https://github.com/opencv/opencv_contrib/pull/3641

cc @simutisernestas @savuor

I prefer to use computeInteractionMatrix() instead of getInteractionMatrix() naming. I have added references to some classical papers on this subject. Even if it is out of scope, they can be useful.

Warning, one bibtex reference already exist in the main opencv repo. I don't know if we can use @cite defined in the main repo?