Searched refs:cvCloneMat (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.hpp250 CvMatrix clone() { return CvMatrix(matrix ? cvCloneMat(matrix) : 0); }
H A Dcxcore.h192 CVAPI(CvMat*) cvCloneMat( const CvMat* mat );
/external/opencv/cv/src/
H A Dcvmorph.cpp987 CV_CALL( temp = cvCloneMat( dst ));
1051 CV_CALL( temp = cvCloneMat( src ));
H A Dcvfilter.cpp2627 temp = cvCloneMat( src );
/external/opencv/ml/src/
H A Dmlsvm.cpp2347 dst->class_labels = cvCloneMat( src->class_labels );
2349 dst->class_weights = cvCloneMat( src->class_weights );
2351 dst->comp_idx = cvCloneMat( src->comp_idx );
H A Dmltree.cpp527 CV_CALL( priors_mult = cvCloneMat( priors ));
1112 priors_mult = cvCloneMat( priors );
/external/opencv/cxcore/src/
H A Dcxarray.cpp248 cvCloneMat( const CvMat* src ) function
251 CV_FUNCNAME( "cvCloneMat" );
H A Dcxpersistence.cpp4863 icvReadMat, icvWriteMat, (CvCloneFunc)cvCloneMat );

Completed in 127 milliseconds