mirror of https://github.com/opencv/opencv.git
Merge pull request #13482 from dkurt:fix_python_bindings_without_stitching
* Fix python bindings without stitching module * stitching: move stitching specific code into modules/stitching/miscpull/13504/head
parent
e82d03ef61
commit
6bcf0b5519
3 changed files with 43 additions and 49 deletions
@ -1,8 +0,0 @@ |
||||
#ifdef HAVE_OPENCV_STITCHING |
||||
|
||||
typedef std::vector<detail::ImageFeatures> vector_ImageFeatures; |
||||
typedef std::vector<detail::MatchesInfo> vector_MatchesInfo; |
||||
typedef std::vector<detail::CameraParams> vector_CameraParams; |
||||
|
||||
|
||||
#endif |
Loading…
Reference in new issue