renamed gpu_private.hpp to private.gpu.hpp
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
# error this is a private header which should not be used from outside of the OpenCV library
|
||||
#endif
|
||||
|
||||
#include "opencv2/core/gpu_private.hpp"
|
||||
#include "opencv2/core/private.gpu.hpp"
|
||||
|
||||
#ifndef HAVE_CUDA
|
||||
# error gpulegacy module requires CUDA
|
||||
|
@@ -56,7 +56,7 @@
|
||||
# include "opencv2/objdetect.hpp"
|
||||
#endif
|
||||
|
||||
#include "opencv2/core/gpu_private.hpp"
|
||||
#include "opencv2/core/private.gpu.hpp"
|
||||
#include "opencv2/gpulegacy/private.hpp"
|
||||
|
||||
#endif /* __OPENCV_PRECOMP_H__ */
|
||||
|
@@ -72,7 +72,7 @@
|
||||
#include "opencv2/gpulegacy.hpp"
|
||||
#include "opencv2/highgui.hpp"
|
||||
|
||||
#include "opencv2/core/gpu_private.hpp"
|
||||
#include "opencv2/core/private.gpu.hpp"
|
||||
|
||||
#include "NCVTest.hpp"
|
||||
#include "NCVAutoTestLister.hpp"
|
||||
|
Reference in New Issue
Block a user