1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

add python binding and tests for composePanorama

fix tests

    pick 54039c2afd add python binding and tests for composePanorama
This commit is contained in:
danielenricocahall
2020-08-02 16:12:13 -04:00
parent f162c08cda
commit f2ca7e664a
2 changed files with 32 additions and 1 deletions
@@ -264,7 +264,7 @@ public:
@param pano Final pano.
@return Status code.
*/
Status composePanorama(InputArrayOfArrays images, OutputArray pano);
CV_WRAP Status composePanorama(InputArrayOfArrays images, OutputArray pano);
/** @overload */
CV_WRAP Status stitch(InputArrayOfArrays images, OutputArray pano);