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

#include "gcpukernel.hpp"

Public Types

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

Public Member Functions

 GCPUKernel ()
 
 GCPUKernel (const F &f)
 
void apply (GCPUContext &ctx)
 

Protected Attributes

F m_f
 

Member Typedef Documentation

§ F

using cv::GCPUKernel::F = std::function<void(GCPUContext &)>

Constructor & Destructor Documentation

§ GCPUKernel() [1/2]

cv::GCPUKernel::GCPUKernel ( )

§ GCPUKernel() [2/2]

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

Member Function Documentation

§ apply()

void cv::GCPUKernel::apply ( GCPUContext ctx)

Member Data Documentation

§ m_f

F cv::GCPUKernel::m_f
protected

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