OpenCV
4.0.0
Open Source Computer Vision
|
#include "gtyped.hpp"
Classes | |
class | GCompiledT |
Public Types | |
typedef std::function< R(Args...)> | Gen |
Public Member Functions | |
GComputationT (const Gen &generator) | |
void | apply (detail::ProtoToParamT< Args >... inArgs, detail::ProtoToParamT< R > &outArg) |
GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs) |
GCompiledT | compile (detail::ProtoToMetaT< Args >... inDescs, GCompileArgs &&args) |
typedef std::function<R(Args...)> cv::GComputationT< R(Args...)>::Gen |
|
inline |
|
inline |
|
inline |
|
inline |