OpenCV 4.10.0
开源计算机视觉
正在加载...
正在搜索...
无匹配项
| 命名空间 | 函数
shape_utils.hpp 文件参考
#include <opencv2/dnn/dnn.hpp>
#include <opencv2/core/types_c.h>
#include <iostream>
#include <ostream>
#include <sstream>
shape_utils.hpp 的包含依赖图

struct  cv::dnn::_Range
 

命名空间

namespace  cv
 与磁盘上的文件关联的文件存储的“黑匣子”表示形式。
 
namespace  cv::dnn
 

函数

static MatShape cv::dnn::concat (const MatShape &a, const MatShape &b)
 
static Mat cv::dnn::getPlane (const Mat &m, int n, int cn)
 
static bool cv::dnn::isAllOnes (const MatShape &inputShape, int startPos, int endPos)
 
static int cv::dnn::normalize_axis (int axis, const MatShape &shape)
 
static int cv::dnn::normalize_axis (int axis, int dims)
 将轴从 [-dims; dims)(类似于 Python 的切片符号)转换为 [0; dims) 范围。
 
static Range cv::dnn::normalize_axis_range (const Range &r, int axisSize)
 
template<typename _Tp >
static std::ostream & cv::dnn::operator<< (std::ostream &out, const std::vector< _Tp > &shape)
 
template<typename _Tp >
static void cv::dnn::print (const std::vector< _Tp > &shape, const  
static MatShape cv::dnn::shape(const int *dims,const int n)
 
static MatShape cv::dnn::shape(const Mat&mat)
 
static MatShape cv::dnn::shape(const MatSize&sz)
 
static MatShape cv::dnn::shape(const UMat&mat)
 
static MatShape cv::dnn::shape(int a0,int a1=-1,int a2=-1,int a3=-1)
 
static Mat cv::dnn::slice(const Mat&m,const _Range&r0)
 
static Mat cv::dnn::slice(const Mat&m,const _Range&r0,const _Range&r1)
 
static Mat cv::dnn::slice(const Mat&m,const _Range&r0,const _Range&r1,const _Range&r2)
 
static Mat cv::dnn::slice(const Mat&m,const _Range&r0,const _Range&r1,const _Range&r2,const _Range&r3)
 
template<typename _Tp >
static std::string cv::dnn::toString(const std::vector< _Tp>&shape,const String&name="")
 
static int cv::dnn::total(const Mat&mat,int start=-1,int end=-1)
 
static int cv::dnn::total(const MatShape&shape,int start=-1,int end=-1)