OpenCV 4.10.0
开源计算机视觉
|
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/own/types.hpp>
#include <opencv2/gapi/own/scalar.hpp>
#include <opencv2/gapi/own/saturate.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <memory>
#include <cstring>
#include <numeric>
#include <vector>
#include <opencv2/gapi/util/throw.hpp>
类 | |
类 | cv::gapi::own::Mat |
结构 | cv::gapi::own::detail::MatHeader |
命名空间 | |
命名空间 | cv |
文件上与磁盘上文件关联的文件存储的“黑盒”表示形式。 | |
命名空间 | cv::gapi |
命名空间 | cv::gapi::own |
此命名空间包含在独立模式下构建时使用的 G-API 自身数据结构。 | |
命名空间 | cv::gapi::own::detail |
宏 | |
#define | TABLE_ENTRY(type) {assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_row<type, 4>} |
函数 | |
template<typename T , unsigned char channels> | |
void | cv::gapi::own::detail::assign_row (void *ptr, int cols, Scalar const &s) |
size_t | cv::gapi::own::detail::default_step (int type, int cols) |
#define TABLE_ENTRY | ( | type | ) | {assign_row<type, 1>, assign_row<type, 2>, assign_row<type, 3>, assign_row<type, 4>} |