![]() |
OpenCV 4.12.0
開源計算機視覺
|
此名稱空間包含 G-API 自身的資料結構,用於其獨立模式構建。更多...
名稱空間 | |
| 名稱空間 | detail |
類 | |
| 類 | Mat |
| 類 | Point |
| 類 | Point2f |
| 類 | Point3f |
| 類 | Rect |
| 類 | Scalar |
| 類 | Size |
| 結構體 | VoidType |
函式 | |
| double | ceild (double x) |
| GMatDesc | descr_of (const Mat &mat) |
| cv::GMetaArgs | descrs_of (const std::vector< Mat > &vec) |
| double | floord (double x) |
| bool | operator!= (const Rect &lhs, const Rect &rhs) |
| bool | operator!= (const Size &lhs, const Size &rhs) |
| Rect | operator& (const Rect &lhs, const Rect &rhs) |
| Rect & | operator&= (Rect &lhs, const Rect &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 Rect &lhs, const Rect &rhs) |
| bool | operator== (const Scalar &lhs, const Scalar &rhs) |
| bool | operator== (const Size &lhs, const Size &rhs) |
| double | rintd (double x) |
| double | roundd (double x) |
| template<typename DST , typename SRC , typename = cv::util::enable_if_t<!std::is_same<DST, SRC>::value && std::is_integral<DST>::value && std::is_integral<SRC>::value>> | |
| static CV_ALWAYS_INLINE DST | saturate (SRC x) |
| template<typename DST , typename SRC , typename R , cv::util::enable_if_t< std::is_floating_point< DST >::value, bool > = true> | |
| static CV_ALWAYS_INLINE DST | saturate (SRC x, R) |
| template<typename T > | |
| static CV_ALWAYS_INLINE T | saturate (T x) |
| cv::Mat | to_ocv (Mat &&)=delete |
| cv::Mat | to_ocv (Mat const &m) |
此名稱空間包含 G-API 自身的資料結構,用於其獨立模式構建。
|
inline |
| cv::GMetaArgs cv::gapi::own::descrs_of | ( | const std::vector< Mat > & | vec | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |