mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
ocl: move program names into opencl_kernels.hpp
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
//M*/
|
||||
|
||||
#include "precomp.hpp"
|
||||
#include "opencl_kernels.hpp"
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace cv::ocl;
|
||||
|
||||
@@ -53,9 +53,6 @@ namespace cv
|
||||
{
|
||||
namespace ocl
|
||||
{
|
||||
///////////////////////////OpenCL kernel strings///////////////////////////
|
||||
extern const char *interpolate_frames;
|
||||
|
||||
namespace interpolate
|
||||
{
|
||||
//The following are ported from NPP_staging.cu
|
||||
|
||||
Reference in New Issue
Block a user