Merge pull request #29892 from bhushanasati25:fix-dpseamfinder-citation-current

stitching: cite DpSeamFinder reference 🤖🤖🤖
This commit is contained in:
Alexander Smorkalov
2026-09-09 12:13:21 +03:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ private:
};
/** @brief Dynamic programming-based seam estimator. See @cite MillsD09 for a related approach.
*/
class CV_EXPORTS_W DpSeamFinder : public SeamFinder
{
public: