OpenCV 4.5.3(日本語機械翻訳)
|
#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< Formatted > | format (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< Formatter > | get (Formatter::FormatType fmt=FMT_DEFAULT) |