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 Struct Reference

#include <opencv2/gapi/cpu/gcpukernel.hpp>

Collaboration diagram for cv::detail::scalar_wrapper:

Public Member Functions

 scalar_wrapper (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()

cv::detail::scalar_wrapper::scalar_wrapper ( 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::operator cv::Scalar & ( )
inline

◆ writeBack()

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

References cv::to_own().

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

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::m_org_s

◆ m_s

cv::Scalar cv::detail::scalar_wrapper::m_s

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