mirror of
https://github.com/opencv/opencv.git
synced 2025-06-17 15:20:51 +08:00
Merge pull request #7506 from mshabunin:x11-collide-warning
This commit is contained in:
commit
07711e404b
@ -53,6 +53,12 @@
|
|||||||
#include "opencv2/stitching/detail/blenders.hpp"
|
#include "opencv2/stitching/detail/blenders.hpp"
|
||||||
#include "opencv2/stitching/detail/camera.hpp"
|
#include "opencv2/stitching/detail/camera.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
#if defined(Status)
|
||||||
|
# warning Detected X11 'Status' macro definition, it can cause build conflicts. Please, include this header before any X11 headers.
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@defgroup stitching Images stitching
|
@defgroup stitching Images stitching
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user