OpenCV  4.0.0-rc
Open Source Computer Vision
Public Types | Public Member Functions | Protected Attributes | List of all members
cv::GGPUKernel Class Reference

#include "ggpukernel.hpp"

Public Types

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

Public Member Functions

 GGPUKernel ()
 
 GGPUKernel (const F &f)
 
void apply (GGPUContext &ctx)
 

Protected Attributes

F m_f
 

Member Typedef Documentation

§ F

using cv::GGPUKernel::F = std::function<void(GGPUContext &)>

Constructor & Destructor Documentation

§ GGPUKernel() [1/2]

cv::GGPUKernel::GGPUKernel ( )

§ GGPUKernel() [2/2]

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

Member Function Documentation

§ apply()

void cv::GGPUKernel::apply ( GGPUContext ctx)

Member Data Documentation

§ m_f

F cv::GGPUKernel::m_f
protected

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