Searched refs:cvSet (Results 1 - 18 of 18) sorted by relevance

/external/opencv/cv/src/
H A Dcvinpaint.cpp773 cvSet(mask,cvScalar(KNOWN,0,0,0));
776 cvSet(f,cvScalar(KNOWN,0,0,0));
777 cvSet(t,cvScalar(1.0e6f,0,0,0));
786 cvSet(f,cvScalar(BAND,0,0,0),band);
787 cvSet(f,cvScalar(INSIDE,0,0,0),mask);
788 cvSet(t,cvScalar(0,0,0,0),band);
H A Dcvthresh.cpp407 cvSet( dst, cvScalarAll(v) );
H A Dcvfundam.cpp613 cvSet( tempMask, cvScalarAll(1.) );
985 cvSet( tempMask, cvScalarAll(1.) );
1311 cvSet( ones, cvRealScalar(1.) );
H A Dcvstereogc.cpp896 cvSet( state->dispLeft, cvScalarAll(OCCLUDED));
897 cvSet( state->dispRight, cvScalarAll(OCCLUDED));
H A Dcvstereobm.cpp620 cvSet( disp, cvScalarAll(FILTERED) );
H A Dcvtemplmatch.cpp446 cvSet( result, cvScalarAll(1.) );
H A Dcvimgwarp.cpp1155 cvSet( dst, fillval );
1428 cvSet( dst, fillval );
2069 cvSet( dst, fillval );
H A Dcvcalibration.cpp92 cvSet(mask, cvScalarAll(1));
/external/opencv/otherlibs/highgui/
H A Dimage.cpp250 cvSet( m_img, cvScalar(color&255,(color>>8)&255,(color>>16)&255,(color>>24)&255) );
/external/opencv/ml/src/
H A Dmlrtrees.cpp273 cvSet( &submask1, cvScalar(1) );
675 cvSet( &submask1, cvScalar(1) );
H A Dmlem.cpp419 cvSet( &prob, cvScalar(1./nclusters) );
438 cvSet( &weights, cvScalar(1./nclusters) );
510 cvSet( weights, cvScalar(1./nclusters) );
805 CV_CALL( cvSet( probs, cvScalar(1.)) );
H A Dmlann_mlp.cpp1085 cvSet( dw, cvScalarAll(params.rp_dw0) );
H A Dmlcnn.cpp682 CV_CALL(cvSet( layer->connect_mask, cvRealScalar(1) ));
/external/opencv/cxcore/src/
H A Dcxcopy.cpp44 // CvMat basic operations: cvCopy, cvSet
484 cvSet( void* arr, CvScalar value, const void* maskarr ) function
489 CV_FUNCNAME( "cvSet" );
H A Dcxmathfuncs.cpp1756 cvSet( dst, cvScalarAll(1));
/external/opencv/cv/include/
H A Dcvcompat.h166 cvSet( mat, cvColorToScalar(color, cvGetElemType(mat)), 0 );
/external/opencv/cxcore/include/
H A Dcxcore.h445 CVAPI(void) cvSet( CvArr* arr, CvScalar value,
/external/opencv/cvaux/include/
H A Dcvmat.hpp1141 cvSet( this, fillval );

Completed in 445 milliseconds