OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
gcompoundkernel.hpp File Reference

Classes

struct  cv::detail::GCompoundCallHelper< Impl, std::tuple< Ins... >, std::tuple< Outs... > >
struct  cv::detail::GCompoundContext
class  cv::detail::GCompoundKernel
class  cv::detail::GCompoundKernelImpl< Impl, K >
struct  cv::detail::get_compound_in< T >
struct  cv::detail::get_compound_in< cv::GArray< U > >
struct  cv::detail::get_compound_in< cv::GMatP >
struct  cv::detail::get_compound_in< cv::GOpaque< U > >

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  cv::detail
namespace  cv::gapi
namespace  cv::gapi::compound

Macros

#define GAPI_COMPOUND_KERNEL(Name, API)

Functions

cv::gapi::GBackend cv::gapi::compound::backend ()

Macro Definition Documentation

◆ GAPI_COMPOUND_KERNEL

#define GAPI_COMPOUND_KERNEL ( Name,
API )
Value:
struct Name: public cv::detail::GCompoundKernelImpl<Name, API>
Definition gcompoundkernel.hpp:113

Declares a new compound kernel. See this documentation chapter on compound kernels for more details.

Parameters
Nametype name for new kernel
APIthe interface this kernel implements