opencl_kernels_objdetect.hpp 385 B

1234567891011121314151617181920
  1. // This file is auto-generated. Do not edit!
  2. #include "opencv2/core/ocl.hpp"
  3. #include "opencv2/core/ocl_genbase.hpp"
  4. #include "opencv2/core/opencl/ocl_defs.hpp"
  5. #ifdef HAVE_OPENCL
  6. namespace cv
  7. {
  8. namespace ocl
  9. {
  10. namespace objdetect
  11. {
  12. extern struct cv::ocl::internal::ProgramEntry cascadedetect_oclsrc;
  13. extern struct cv::ocl::internal::ProgramEntry objdetect_hog_oclsrc;
  14. }}}
  15. #endif