Home
last modified time | relevance | path

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

/external/opencv3/apps/traincascade/
Dcascadeclassifier.cpp367 cvWriteComment( fs.fs, cmnt, 0 ); in writeStages()
/external/opencv3/samples/cpp/tutorial_code/calib3d/camera_calibration/
Dcamera_calibration.cpp520 cvWriteComment(*fs, buf, 0); in saveCameraParams()
/external/opencv3/modules/core/test/
Dtest_io.cpp185 cvWriteComment(*fs, "test comment", 0); in run()
/external/opencv/cv/src/
Dcvhaar.cpp2159 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/
Dhaar.cpp2414 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier()
2424 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier()
2439 cvWriteComment( fs, buf, 1 ); in icvWriteHaarClassifier()
/external/opencv/cxcore/include/
Dcxcore.h1612 CVAPI(void) cvWriteComment( CvFileStorage* fs, const char* comment,
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h2099 CVAPI(void) cvWriteComment( CvFileStorage* fs, const char* comment,
/external/opencv/cxcore/src/
Dcxpersistence.cpp2927 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/
Dpersistence.cpp2971 cvWriteComment( CvFileStorage* fs, const char* comment, int eol_comment ) in cvWriteComment() function
5026 cvWriteComment( fs, comment, 0 ); in cvSave()