OpenCV  4.0.1
Open Source Computer Vision
Public Types | Public Member Functions | Protected Attributes | List of all members
cv::GOCLKernel Class Reference

#include "goclkernel.hpp"

Public Types

using F = std::function< void(GOCLContext &)>
 

Public Member Functions

 GOCLKernel ()
 
 GOCLKernel (const F &f)
 
void apply (GOCLContext &ctx)
 

Protected Attributes

F m_f
 

Member Typedef Documentation

§ F

using cv::GOCLKernel::F = std::function<void(GOCLContext &)>

Constructor & Destructor Documentation

§ GOCLKernel() [1/2]

cv::GOCLKernel::GOCLKernel ( )

§ GOCLKernel() [2/2]

cv::GOCLKernel::GOCLKernel ( const F f)
explicit

Member Function Documentation

§ apply()

void cv::GOCLKernel::apply ( GOCLContext ctx)

Member Data Documentation

§ m_f

F cv::GOCLKernel::m_f
protected

The documentation for this class was generated from the following file: