OpenCV  4.5.4
Open Source Computer Vision
Classes | Namespaces | Functions
types.hpp File Reference
#include <algorithm>
#include <ostream>

Classes

class  cv::gapi::own::Point
 
class  cv::gapi::own::Point2f
 
class  cv::gapi::own::Rect
 
class  cv::gapi::own::Size
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::own
 This namespace contains G-API own data structures used in its standalone mode build.
 

Functions

const Rect cv::gapi::own::operator & (const Rect &lhs, const Rect &rhs)
 
Rect & cv::gapi::own::operator &= (Rect &lhs, const Rect &rhs)
 
bool cv::gapi::own::operator!= (const Rect &lhs, const Rect &rhs)
 
bool cv::gapi::own::operator!= (const Size &lhs, const Size &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)