OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
shape_utils.hpp ファイル
#include <opencv2/dnn/dnn.hpp>
#include <opencv2/core/cvdef.h>
#include <iostream>
#include <ostream>
#include <sstream>
Include dependency graph for 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 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)
 
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)