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

/external/opencv/cxcore/src/
H A Dcxrand.cpp442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 ) argument
509 if( disttype == CV_RAND_UNI )
554 else if( disttype == CV_RAND_NORMAL )
/external/opencv/cv/include/
H A Dcvcompat.h176 int disttype; /* distribution type */ member in struct:CvRandState
215 int disttype CV_DEFAULT(CV_RAND_UNI))
223 if( disttype != CV_RAND_UNI && disttype != CV_RAND_NORMAL )
230 state->disttype = disttype;
243 cvRandArr( &state->state, arr, state->disttype, state->param[0], state->param[1] );

Completed in 74 milliseconds