Searched defs:cvWriteString (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp2913 cvWriteString( CvFileStorage* fs, const char* key, const char* value, int quote ) function
2915 CV_FUNCNAME( "cvWriteString" );
3543 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
3641 cvWriteString( fs, "dt", icvEncodeFormat( cvGetElemType(mat), dt ), 0 );
3764 cvWriteString( fs, "dt", icvEncodeFormat( CV_MAT_TYPE(mat->type), dt ), 0 );
3929 cvWriteString( fs, "origin", image->origin == IPL_ORIGIN_TL
3931 cvWriteString( fs, "layout", image->dataOrder == IPL_DATA_ORDER_PLANE
3947 cvWriteString( fs, "dt", dt, 0 );
4134 cvWriteString( fs, "header_dt", header_dt, 0 );
4212 cvWriteString( f
[all...]

Completed in 65 milliseconds