Fix for (Bug #2789)
Add MatlabFormatter for matlab style output. See http://code.opencv.org/issues/2789
This commit is contained in:
@@ -953,12 +953,12 @@ public:
|
||||
class CV_EXPORTS Formatter
|
||||
{
|
||||
public:
|
||||
enum { FMT_MATLAB = 0,
|
||||
FMT_CSV = 1,
|
||||
FMT_PYTHON = 2,
|
||||
FMT_NUMPY = 3,
|
||||
FMT_C = 4,
|
||||
FMT_DEFAULT = FMT_MATLAB
|
||||
enum { FMT_DEFAULT = 0,
|
||||
FMT_MATLAB = 1,
|
||||
FMT_CSV = 2,
|
||||
FMT_PYTHON = 3,
|
||||
FMT_NUMPY = 4,
|
||||
FMT_C = 5
|
||||
};
|
||||
|
||||
virtual ~Formatter();
|
||||
|
Reference in New Issue
Block a user