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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user