OpenCV  4.1.0
Open Source Computer Vision
Namespaces | Classes | Functions
cv::gapi::own Namespace Reference

Namespaces

namespace  detail
 

Classes

class  Mat
 
class  Point
 
class  Rect
 
class  Scalar
 
class  Size
 

Functions

double ceild (double x)
 
cv::GMetaArgs descr_of (const std::vector< Mat > &vec)
 
GMatDesc descr_of (const Mat &mat)
 
double floord (double x)
 
bool operator!= (const Rect &lhs, const Rect &rhs)
 
bool operator!= (const Size &lhs, const Size &rhs)
 
const Rect operator& (const Rect &lhs, const Rect &rhs)
 
Rectoperator&= (Rect &lhs, const Rect &rhs)
 
Sizeoperator+= (Size &lhs, const Size &rhs)
 
std::ostream & operator<< (std::ostream &o, const Rect &rect)
 
std::ostream & operator<< (std::ostream &o, const Size &s)
 
bool operator== (const Scalar &lhs, const Scalar &rhs)
 
bool operator== (const Rect &lhs, const Rect &rhs)
 
bool operator== (const Size &lhs, const Size &rhs)
 
double rintd (double x)
 
double roundd (double x)
 
template<typename DST , typename SRC >
static DST saturate (SRC x)
 
template<typename DST , typename SRC , typename R >
static DST saturate (SRC x, R round)
 
cv::Mat to_ocv (Mat const &m)
 
cv::Mat to_ocv (Mat &&)=delete
 
cv::Scalar to_ocv (const Scalar &s)
 
cv::Size to_ocv (const Size &s)
 
cv::Rect to_ocv (const Rect &r)
 

Function Documentation

double cv::gapi::own::ceild ( double  x)
inline
cv::GMetaArgs cv::gapi::own::descr_of ( const std::vector< Mat > &  vec)
GMatDesc cv::gapi::own::descr_of ( const Mat &  mat)
double cv::gapi::own::floord ( double  x)
inline
bool cv::gapi::own::operator!= ( const Rect &  lhs,
const Rect &  rhs 
)
inline
bool cv::gapi::own::operator!= ( const Size &  lhs,
const Size &  rhs 
)
inline
const Rect cv::gapi::own::operator& ( const Rect &  lhs,
const Rect &  rhs 
)
inline
Rect& cv::gapi::own::operator&= ( Rect &  lhs,
const Rect &  rhs 
)
inline
Size& cv::gapi::own::operator+= ( Size &  lhs,
const Size &  rhs 
)
inline
std::ostream& cv::gapi::own::operator<< ( std::ostream &  o,
const Rect &  rect 
)
inline
std::ostream& cv::gapi::own::operator<< ( std::ostream &  o,
const Size &  s 
)
inline
bool cv::gapi::own::operator== ( const Scalar &  lhs,
const Scalar &  rhs 
)
inline
bool cv::gapi::own::operator== ( const Rect &  lhs,
const Rect &  rhs 
)
inline
bool cv::gapi::own::operator== ( const Size &  lhs,
const Size &  rhs 
)
inline
double cv::gapi::own::rintd ( double  x)
inline
double cv::gapi::own::roundd ( double  x)
inline
template<typename DST , typename SRC >
static DST cv::gapi::own::saturate ( SRC  x)
inlinestatic
template<typename DST , typename SRC , typename R >
static DST cv::gapi::own::saturate ( SRC  x,
round 
)
inlinestatic
cv::Mat cv::gapi::own::to_ocv ( Mat const &  m)
inline
cv::Mat cv::gapi::own::to_ocv ( Mat &&  )
delete
cv::Scalar cv::gapi::own::to_ocv ( const Scalar &  s)
inline
cv::Size cv::gapi::own::to_ocv ( const Size &  s)
inline
cv::Rect cv::gapi::own::to_ocv ( const Rect &  r)
inline