OpenCV
4.0.0-beta
Open Source Computer Vision
|
#include "gcompoundkernel.hpp"
Public Types | |
using | F = std::function< void(GCompoundContext &ctx)> |
Public Member Functions | |
GCompoundKernel (const F &f) | |
void | apply (GCompoundContext &ctx) |
Protected Attributes | |
F | m_f |
using cv::detail::GCompoundKernel::F = std::function<void(GCompoundContext& ctx)> |
|
explicit |
void cv::detail::GCompoundKernel::apply | ( | GCompoundContext & | ctx | ) |
|
protected |