1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Add JSON support.

a JSON emitter, a parser, tests and some basic doc.
This commit is contained in:
MYLS
2016-08-11 00:53:15 +08:00
parent 26a8c45e23
commit 8596e82d98
7 changed files with 1151 additions and 139 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ typedef TestBaseWithParam<Size_MatType_Str_t> Size_Mat_StrType;
#define MAT_SIZES ::perf::sz1080p/*, ::perf::sz4320p*/
#define MAT_TYPES CV_8UC1, CV_32FC1
#define FILE_EXTENSION String(".xml"), String(".yml")
#define FILE_EXTENSION String(".xml"), String(".yml"), String(".json")
PERF_TEST_P(Size_Mat_StrType, fs_text,