OpenCV 4.11.0
开源计算机视觉
加载中…
搜索中…
无匹配项
shape_utils.hpp 文件参考
#include <opencv2/dnn/dnn.hpp>
#include <opencv2/core/cvdef.h>
#include <iostream>
#include <ostream>
#include <sstream>
shape_utils.hpp 的包含依赖关系图

结构体 cv::dnn::_Range
 

命名空间

命名空间 cv
 
命名空间 cv::dnn
 

函数

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