OpenCV  4.2.0
Open Source Computer Vision
Classes | Namespaces | Functions
shape_utils.hpp File Reference
#include <opencv2/dnn/dnn.hpp>
#include <opencv2/core/types_c.h>
#include <iostream>
#include <ostream>
#include <sstream>

Classes

struct  cv::dnn::_Range
 

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::dnn
 

Functions

int cv::dnn::clamp (int ax, int dims)
 
int cv::dnn::clamp (int ax, const MatShape &shape)
 
Range cv::dnn::clamp (const Range &r, int axisSize)
 
static MatShape cv::dnn::concat (const MatShape &a, const MatShape &b)
 
static Mat cv::dnn::getPlane (const Mat &m, int n, int cn)
 
static std::ostream & cv::dnn::operator<< (std::ostream &out, const MatShape &shape)
 
static void cv::dnn::print (const MatShape &shape, const String &name="")
 
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)
 
static std::string cv::dnn::toString (const MatShape &shape, const String &name="")
 
static int cv::dnn::total (const MatShape &shape, int start=-1, int end=-1)