Searched refs:cvWriteComment (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | cascadeclassifier.cpp | 367 cvWriteComment( fs.fs, cmnt, 0 ); in writeStages()
|
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/ |
D | camera_calibration.cpp | 520 cvWriteComment(*fs, buf, 0); in saveCameraParams()
|
/external/opencv3/modules/core/test/ |
D | test_io.cpp | 185 cvWriteComment(*fs, "test comment", 0); in run()
|
/external/opencv/cv/src/ |
D | cvhaar.cpp | 2159 CV_CALL( cvWriteComment( fs, buf, 1 ) ); in icvWriteHaarClassifier() 2169 CV_CALL( cvWriteComment( fs, buf, 1 ) ); in icvWriteHaarClassifier() 2184 CV_CALL( cvWriteComment( fs, buf, 1 ) ); in icvWriteHaarClassifier()
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 2414 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier() 2424 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier() 2439 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier()
|
/external/opencv/cxcore/include/ |
D | cxcore.h | 1612 CVAPI(void) cvWriteComment( CvFileStorage* fs, const char* comment,
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | core_c.h | 2099 CVAPI(void) cvWriteComment( CvFileStorage* fs, const char* comment,
|
/external/opencv/cxcore/src/ |
D | cxpersistence.cpp | 2927 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in cvWriteComment() function 5161 CV_CALL( cvWriteComment( fs, comment, 0 )); in cvSave()
|
/external/opencv3/modules/core/src/ |
D | persistence.cpp | 2971 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in cvWriteComment() function 5026 cvWriteComment( fs, comment, 0 ); in cvSave()
|