OpenCV  3.2.0
Open Source Computer Vision
Classes | Namespaces | Typedefs | Functions
shape_utils.hpp File Reference
#include <opencv2/core.hpp>
#include <ostream>

Classes

struct  cv::dnn::_Range
 

Namespaces

 cv
 
 cv::dnn
 This namespace is used for dnn module functionlaity.
 

Typedefs

typedef BlobShape cv::dnn::Shape
 

Functions

BlobShape cv::dnn::computeShapeByReshapeMask (const BlobShape &srcShape, const BlobShape &maskShape, Range srcRange=Range::all())
 
std::ostream & cv::dnn::operator<< (std::ostream &s, cv::Range &r)
 
template<typename Mat >
void cv::dnn::reshape (Mat &m, const BlobShape &shape)
 
template<typename Mat >
Mat cv::dnn::reshaped (const Mat &m, const BlobShape &shape)
 
template<typename Mat >
Mat cv::dnn::slice (const Mat &m, const _Range &r0)
 
template<typename Mat >
Mat cv::dnn::slice (const Mat &m, const _Range &r0, const _Range &r1)
 
template<typename Mat >
Mat cv::dnn::slice (const Mat &m, const _Range &r0, const _Range &r1, const _Range &r2)
 
template<typename Mat >
Mat cv::dnn::slice (const Mat &m, const _Range &r0, const _Range &r1, const _Range &r2, const _Range &r3)