opencv-lutin/generated/opencl_kernels_stitching.hpp

23 lines
421 B
C++

// This file is auto-generated. Do not edit!
#include "opencv2/core/ocl.hpp"
#include "opencv2/core/ocl_genbase.hpp"
#include "opencv2/core/opencl/ocl_defs.hpp"
#ifdef HAVE_OPENCL
namespace cv
{
namespace ocl
{
namespace stitching
{
extern const struct ProgramEntry multibandblend;
extern ProgramSource multibandblend_oclsrc;
extern const struct ProgramEntry warpers;
extern ProgramSource warpers_oclsrc;
}
}}
#endif