ocl: move program names into opencl_kernels.hpp
This commit is contained in:
		| @@ -42,21 +42,12 @@ | ||||
| // | ||||
| //M*/ | ||||
|  | ||||
|  | ||||
| #include "precomp.hpp" | ||||
| using namespace std; | ||||
| #include "opencl_kernels.hpp" | ||||
|  | ||||
| using namespace cv; | ||||
| using namespace cv::ocl; | ||||
|  | ||||
| namespace cv | ||||
| { | ||||
|     namespace ocl | ||||
|     { | ||||
|         ///////////////////////////OpenCL kernel strings/////////////////////////// | ||||
|         extern const char* tvl1flow; | ||||
|     } | ||||
| } | ||||
|  | ||||
| cv::ocl::OpticalFlowDual_TVL1_OCL::OpticalFlowDual_TVL1_OCL() | ||||
| { | ||||
|     tau            = 0.25; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Alekhin
					Alexander Alekhin