OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
types.hpp File Reference
#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
 "black box" representation of the file storage associated with a file on disk.
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)
Rectcv::gapi::own::operator&= (Rect &lhs, const Rect &rhs)
Sizecv::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)