Searched refs:cvWriteString (Results 1 - 5 of 5) 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...]
/external/opencv/ml/src/
H A Dmlann_mlp.cpp1312 cvWriteString( fs, "activation_function", activ_func_name );
1330 cvWriteString( fs, "train_method", "BACKPROP" );
1336 cvWriteString( fs, "train_method", "RPROP" );
H A Dmlboost.cpp1462 cvWriteString( fs, "boosting_type", boost_type_str );
1467 cvWriteString( fs, "splitting_criteria", split_crit_str );
H A Dmlsvm.cpp1994 cvWriteString( fs, "svm_type", svm_type_str );
2002 cvWriteString( fs, "type", kernel_type_str );
/external/opencv/cxcore/include/
H A Dcxcore.h1608 CVAPI(void) cvWriteString( CvFileStorage* fs, const char* name,

Completed in 123 milliseconds