OpenCV  4.1.1-pre
Open Source Computer Vision
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me!
cv::detail::scalar_wrapper_ocl Struct Reference

#include <opencv2/gapi/ocl/goclkernel.hpp>

Collaboration diagram for cv::detail::scalar_wrapper_ocl:

Public Member Functions

 scalar_wrapper_ocl (cv::gapi::own::Scalar &s)
 
 operator cv::Scalar & ()
 
void writeBack () const
 

Public Attributes

cv::gapi::own::Scalarm_org_s
 
cv::Scalar m_s
 

Constructor & Destructor Documentation

◆ scalar_wrapper_ocl()

cv::detail::scalar_wrapper_ocl::scalar_wrapper_ocl ( cv::gapi::own::Scalar s)
inline

References cv::gapi::own::to_ocv().

Here is the call graph for this function:

Member Function Documentation

◆ operator cv::Scalar &()

cv::detail::scalar_wrapper_ocl::operator cv::Scalar & ( )
inline

◆ writeBack()

void cv::detail::scalar_wrapper_ocl::writeBack ( ) const
inline

References cv::to_own().

Referenced by cv::detail::postprocess_ocl().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_org_s

cv::gapi::own::Scalar& cv::detail::scalar_wrapper_ocl::m_org_s

◆ m_s

cv::Scalar cv::detail::scalar_wrapper_ocl::m_s

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