|
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) |
|