Skip to content

Instantly share code, notes, and snippets.

@LaurentBerger
Created December 12, 2018 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LaurentBerger/42d237595f5c663dbe3709d01702fc91 to your computer and use it in GitHub Desktop.
Save LaurentBerger/42d237595f5c663dbe3709d01702fc91 to your computer and use it in GitHub Desktop.
> opencv_core400d.dll!cv::ocl::OpenCLBinaryCacheConfigurator::OpenCLBinaryCacheConfigurator() Line 329 C++
opencv_core400d.dll!cv::ocl::OpenCLBinaryCacheConfigurator::getSingletonInstance() Line 523 C++
opencv_core400d.dll!cv::ocl::Program::Impl::compileWithCache(const cv::ocl::Context & ctx, const cv::ocl::ProgramSource::Impl * src_, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 3562 C++
opencv_core400d.dll!cv::ocl::Program::Impl::compile(const cv::ocl::Context & ctx, const cv::ocl::ProgramSource::Impl * src_, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 3553 C++
opencv_core400d.dll!cv::ocl::Program::Impl::Impl(const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & _buildflags, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 3538 C++
opencv_core400d.dll!cv::ocl::Program::create(const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildflags, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 3954 C++
opencv_core400d.dll!cv::ocl::Program::Program(const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildflags, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 3919 C++
opencv_core400d.dll!cv::ocl::Context::Impl::getProg(const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildflags, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 4076 C++
opencv_core400d.dll!cv::ocl::Context::getProg(const cv::ocl::ProgramSource & prog, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildopts, std::basic_string<char,std::char_traits<char>,std::allocator<char> > & errmsg) Line 2398 C++
opencv_core400d.dll!cv::ocl::Kernel::create(const char * kname, const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildopts, std::basic_string<char,std::char_traits<char>,std::allocator<char> > * errmsg) Line 2936 C++
opencv_core400d.dll!cv::ocl::Kernel::Kernel(const char * kname, const cv::ocl::ProgramSource & src, const std::basic_string<char,std::char_traits<char>,std::allocator<char> > & buildopts, std::basic_string<char,std::char_traits<char>,std::allocator<char> > * errmsg) Line 2884 C++
opencv_imgproc400d.dll!cv::ocl_sepRowFilter2D(const cv::UMat & src, cv::UMat & buf, const cv::Mat & kernelX, int anchor, int borderType, int ddepth, bool fast8uc1, bool int_arithm) Line 4211 C++
opencv_imgproc400d.dll!cv::ocl_sepFilter2D(const cv::debug_build_guard::_InputArray & _src, const cv::debug_build_guard::_OutputArray & _dst, int ddepth, const cv::debug_build_guard::_InputArray & _kernelX, const cv::debug_build_guard::_InputArray & _kernelY, cv::Point_<int> anchor, double delta, int borderType) Line 4408 C++
opencv_imgproc400d.dll!cv::GaussianBlur(const cv::debug_build_guard::_InputArray & _src, const cv::debug_build_guard::_OutputArray & _dst, cv::Size_<int> ksize, double sigma1, double sigma2, int borderType) Line 2474 C++
opencv_features2d400d.dll!cv::create_nonlinear_scale_space<cv::UMat>(const cv::debug_build_guard::_InputArray & image, const cv::AKAZEOptions & options, const std::vector<std::vector<float,std::allocator<float> >,std::allocator<std::vector<float,std::allocator<float> > > > & tsteps_evolution, std::vector<cv::Evolution<cv::UMat>,std::allocator<cv::Evolution<cv::UMat> > > & evolution) Line 444 C++
opencv_features2d400d.dll!cv::AKAZEFeatures::Create_Nonlinear_Scale_Space(const cv::debug_build_guard::_InputArray & image) Line 530 C++
opencv_features2d400d.dll!cv::AKAZE_Impl::detectAndCompute(const cv::debug_build_guard::_InputArray & image, const cv::debug_build_guard::_InputArray & mask, std::vector<cv::KeyPoint,std::allocator<cv::KeyPoint> > & keypoints, const cv::debug_build_guard::_OutputArray & descriptors, bool useProvidedKeypoints) Line 188 C++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment