1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-25 21:33:04 +04:00
Files
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