opencv/modules/stitching/misc/python/pyopencv_stitching.hpp
Alexander Alekhin f5b58e5fc9 bindings: backport generator from OpenCV 4.x
- better handling of enum arguments
- less merge conflicts
2019-03-01 20:18:48 +00:00

4 lines
69 B
C++

#ifdef HAVE_OPENCV_STITCHING
typedef Stitcher::Status Status;
#endif