OpenCV
4.10.0-dev
Open Source Computer Vision
|
#include <algorithm>
#include <ostream>
Classes | |
class | cv::gapi::own::Point |
class | cv::gapi::own::Point2f |
class | cv::gapi::own::Point3f |
class | cv::gapi::own::Rect |
class | cv::gapi::own::Size |
struct | cv::gapi::own::VoidType |
Namespaces | |
namespace | cv |
namespace | cv::gapi |
namespace | cv::gapi::own |
This namespace contains G-API own data structures used in its standalone mode build. | |
Functions | |
bool | cv::gapi::own::operator!= (const Rect &lhs, const Rect &rhs) |
bool | cv::gapi::own::operator!= (const Size &lhs, const Size &rhs) |
Rect | cv::gapi::own::operator& (const Rect &lhs, const Rect &rhs) |
Rect & | cv::gapi::own::operator&= (Rect &lhs, const Rect &rhs) |
Size & | cv::gapi::own::operator+= (Size &lhs, const Size &rhs) |
std::ostream & | cv::gapi::own::operator<< (std::ostream &o, const Rect &rect) |
std::ostream & | cv::gapi::own::operator<< (std::ostream &o, const Size &s) |
bool | cv::gapi::own::operator== (const Rect &lhs, const Rect &rhs) |
bool | cv::gapi::own::operator== (const Size &lhs, const Size &rhs) |