OpenCV453
公開メンバ関数 | 公開変数類 | 全メンバ一覧
cv::MatxCommaInitializer< _Tp, m, n > クラステンプレート

Comma-separated Matrix Initializer [詳解]

#include <matx.hpp>

公開メンバ関数

 MatxCommaInitializer (Matx< _Tp, m, n > *_mtx)
 
template<typename T2 >
MatxCommaInitializer< _Tp, m, n > & operator, (T2 val)
 
Matx< _Tp, m, n > operator* () const
 

公開変数類

Matx< _Tp, m, n > * dst
 
int idx
 

詳解

template<typename _Tp, int m, int n>
class cv::MatxCommaInitializer< _Tp, m, n >

Comma-separated Matrix Initializer


このクラス詳解は次のファイルから抽出されました: