25 lines
493 B
C++
25 lines
493 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 features2d
|
|
{
|
|
|
|
extern const struct ProgramEntry brute_force_match;
|
|
extern ProgramSource brute_force_match_oclsrc;
|
|
extern const struct ProgramEntry fast;
|
|
extern ProgramSource fast_oclsrc;
|
|
extern const struct ProgramEntry orb;
|
|
extern ProgramSource orb_oclsrc;
|
|
}
|
|
}}
|
|
#endif
|