OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
operations.hpp ファイル
#include <cstdio>
#include <ostream>
Include dependency graph for operations.hpp:
This graph shows which files directly or indirectly include this file:

名前空間

namespace  cv
 

マクロ定義

#define CV_FORMAT_PRINTF(A, B)
 

関数

String cv::format (const char *fmt,...)
 printf形式の式を用いて整形したテキスト文字列を返す。
 
template<typename _Tp , class _EqPredicate >
int cv::partition (const std::vector< _Tp > &vec, std::vector< int > &labels, _EqPredicate predicate=_EqPredicate())
 要素の集合を同値クラスに分割する。
 

マクロ定義詳解

◆ CV_FORMAT_PRINTF

#define CV_FORMAT_PRINTF ( A,
B )