Merge branch '2.4'
This commit is contained in:
@@ -17,10 +17,6 @@ if(BUILD_EXAMPLES AND OCV_DEPENDENCIES_FOUND)
|
||||
ocv_include_directories(${OPENCL_INCLUDE_DIR})
|
||||
endif()
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX AND NOT ENABLE_NOISY_WARNINGS)
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")
|
||||
endif()
|
||||
|
||||
# ---------------------------------------------
|
||||
# Define executable targets
|
||||
# ---------------------------------------------
|
||||
|
BIN
samples/ocl/aloe-L.png
Normal file
BIN
samples/ocl/aloe-L.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 720 KiB |
BIN
samples/ocl/aloe-R.png
Normal file
BIN
samples/ocl/aloe-R.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 KiB |
BIN
samples/ocl/aloe-disp.png
Normal file
BIN
samples/ocl/aloe-disp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
@@ -16,6 +16,7 @@
|
||||
#define USE_OPENCL
|
||||
#ifdef USE_OPENCL
|
||||
#include "opencv2/ocl.hpp"
|
||||
#include "opencv2/nonfree/ocl.hpp"
|
||||
#endif
|
||||
|
||||
#define TAB " "
|
||||
|
@@ -50,6 +50,7 @@
|
||||
#include "opencv2/highgui/highgui.hpp"
|
||||
#include "opencv2/ocl/ocl.hpp"
|
||||
#include "opencv2/nonfree/nonfree.hpp"
|
||||
#include "opencv2/nonfree/ocl.hpp"
|
||||
#include "opencv2/calib3d/calib3d.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
Reference in New Issue
Block a user