Namespaces | |
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) |
const Rect | operator & (const Rect &lhs, const Rect &rhs) |
Rect & | operator &= (Rect &lhs, const Rect &rhs) |
bool | operator!= (const Rect &lhs, const Rect &rhs) |
bool | operator!= (const Size &lhs, const Size &rhs) |
Size & | operator+= (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) |
|
inline |
cv::GMetaArgs cv::gapi::own::descr_of | ( | const std::vector< Mat > & | vec | ) |
|
inline |
References cv::gapi::own::Rect::height, cv::max(), cv::min(), cv::gapi::own::Rect::width, cv::gapi::own::Rect::x, and cv::gapi::own::Rect::y.
References cv::gapi::own::Size::height, and cv::gapi::own::Size::width.
|
inline |
|
inline |
References cv::gapi::own::Size::height, and cv::gapi::own::Size::width.
References cv::gapi::own::Scalar::val.
References cv::gapi::own::Size::height, and cv::gapi::own::Size::width.
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
References cv::gapi::own::detail::MatHeader::cols, cv::gapi::own::detail::MatHeader::data, cv::gapi::own::detail::MatHeader::rows, cv::gapi::own::detail::MatHeader::step, and cv::gapi::own::Mat::type().
Referenced by cv::detail::fluid_get_in< cv::GScalar >::get(), cv::detail::scalar_wrapper::scalar_wrapper(), and cv::detail::scalar_wrapper_ocl::scalar_wrapper_ocl().
|
inline |
References cv::gapi::own::Size::height, and cv::gapi::own::Size::width.