#include <opencv2/core.hpp>
◆ FormatType
| Enumerator | 
|---|
| FMT_DEFAULT |  | 
| FMT_MATLAB |  | 
| FMT_CSV |  | 
| FMT_PYTHON |  | 
| FMT_NUMPY |  | 
| FMT_C |  | 
 
 
◆ ~Formatter()
  
  | 
        
          | virtual cv::Formatter::~Formatter | ( |  | ) |  |  | virtual | 
 
 
◆ format()
◆ get()
◆ set16fPrecision()
  
  | 
        
          | virtual void cv::Formatter::set16fPrecision | ( | int | p = 4 | ) |  |  | pure virtual | 
 
 
◆ set32fPrecision()
  
  | 
        
          | virtual void cv::Formatter::set32fPrecision | ( | int | p = 8 | ) |  |  | pure virtual | 
 
 
◆ set64fPrecision()
  
  | 
        
          | virtual void cv::Formatter::set64fPrecision | ( | int | p = 16 | ) |  |  | pure virtual | 
 
 
◆ setMultiline()
  
  | 
        
          | virtual void cv::Formatter::setMultiline | ( | bool | ml = true | ) |  |  | pure virtual | 
 
 
The documentation for this class was generated from the following file: