OpenCV453
公開型 | 公開メンバ関数 | 静的公開メンバ関数 | 全メンバ一覧
cv::Formatter クラスabstract

#include <core.hpp>

公開型

enum  FormatType {
  FMT_DEFAULT = 0 , FMT_MATLAB = 1 , FMT_CSV = 2 , FMT_PYTHON = 3 ,
  FMT_NUMPY = 4 , FMT_C = 5
}
 

公開メンバ関数

virtual Ptr< Formattedformat (const Mat &mtx) const =0
 
virtual void set16fPrecision (int p=4)=0
 
virtual void set32fPrecision (int p=8)=0
 
virtual void set64fPrecision (int p=16)=0
 
virtual void setMultiline (bool ml=true)=0
 

静的公開メンバ関数

static Ptr< Formatterget (Formatter::FormatType fmt=FMT_DEFAULT)
 

詳解

todo:
document

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