Home
last modified time | relevance | path

Searched refs:FormatterBase (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dout.cpp256 class FormatterBase : public Formatter class
259 FormatterBase() : prec32f(8), prec64f(16), multiline(true) {} in FormatterBase() function in cv::FormatterBase
282 class DefaultFormatter : public FormatterBase
294 class MatlabFormatter : public FormatterBase
306 class PythonFormatter : public FormatterBase
320 class NumpyFormatter : public FormatterBase
339 class CSVFormatter : public FormatterBase
352 class CFormatter : public FormatterBase